Skip to content

Commit b945386

Browse files
committed
Temporarily disable test_MID_GeometryTransformer
The testGeometryTransformer for MID takes very long to complete. This is probably due to its "sampling" nature. Disabling it momentarily to speed up CI. Please revise the test before re-enabling.
1 parent a510e7f commit b945386

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Detectors/MUON/MID/Base/CMakeLists.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ O2_GENERATE_TESTS(
3838
TEST_SRCS test/testDEconversion.cxx
3939
)
4040

41-
O2_GENERATE_TESTS(
42-
MODULE_LIBRARY_NAME ${LIBRARY_NAME}
43-
BUCKET_NAME ${BUCKET_NAME}
44-
TEST_SRCS test/testGeometryTransformer.cxx
45-
)
41+
# SW: This test takes very very long
42+
#O2_GENERATE_TESTS(
43+
# MODULE_LIBRARY_NAME ${LIBRARY_NAME}
44+
# BUCKET_NAME ${BUCKET_NAME}
45+
# TEST_SRCS test/testGeometryTransformer.cxx
46+
#)

0 commit comments

Comments
 (0)