File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ set_property(TEST testCheckWorkflow PROPERTY LABELS slow)
307307set_property (TEST testObjectsManager PROPERTY TIMEOUT 20)
308308set_property (TEST testObjectsManager PROPERTY LABELS slow)
309309set_property (TEST testCcdbDatabase PROPERTY TIMEOUT 15)
310- set_property (TEST testCcdbDatabase PROPERTY LABELS manual slow)
310+ set_property (TEST testCcdbDatabase PROPERTY LABELS slow)
311311set_property (TEST testCcdbDatabaseExtra PROPERTY LABELS manual)
312312set_property (TEST testTrendingTask PROPERTY LABELS manual)
313313
Original file line number Diff line number Diff line change @@ -66,6 +66,8 @@ BOOST_AUTO_TEST_CASE(ccdb_create)
6666 f.backend ->truncate (" my/task" , " *" );
6767}
6868
69+ // this one sporadically fails when retrieving the list of objects under the "qc" directory
70+ /*
6971BOOST_AUTO_TEST_CASE(ccdb_getobjects_name)
7072{
7173 test_fixture f;
@@ -81,6 +83,7 @@ BOOST_AUTO_TEST_CASE(ccdb_getobjects_name)
8183 }
8284 }
8385}
86+ */
8487
8588long oldTimestamp;
8689
You can’t perform that action at this time.
0 commit comments