Skip to content

Commit 8630266

Browse files
authored
make testWorkflow a manual test (for the time being) (#210)
1 parent 2341058 commit 8630266

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ 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)
220221
set_property(TEST testObjectsManager PROPERTY TIMEOUT 120)
221222
set_property(TEST testObjectsManager PROPERTY LABELS slow)
222223
set_property(TEST testCcdbDatabaseExtra PROPERTY LABELS manual)

0 commit comments

Comments
 (0)