Skip to content

Commit 89dd9a0

Browse files
authored
Disable some tests that are often failing on the CI (#215)
1 parent 8630266 commit 89dd9a0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Framework/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,13 @@ endforeach()
217217
set_property(TEST testTaskInterface PROPERTY LABELS slow)
218218
set_property(TEST testWorkflow PROPERTY TIMEOUT 120)
219219
set_property(TEST testWorkflow PROPERTY LABELS slow)
220-
set_property(TEST testWorkflow PROPERTY LABELS manual)
221220
set_property(TEST testObjectsManager PROPERTY TIMEOUT 120)
222221
set_property(TEST testObjectsManager PROPERTY LABELS slow)
222+
# Temporarily disable tests that fail on CI
223+
set_property(TEST testWorkflow PROPERTY LABELS manual)
223224
set_property(TEST testCcdbDatabaseExtra PROPERTY LABELS manual)
225+
set_property(TEST testCcdbDatabase PROPERTY LABELS manual)
226+
set_property(TEST testDbFactory PROPERTY LABELS manual)
224227

225228
# ---- Install ----
226229

0 commit comments

Comments
 (0)