Skip to content

Commit 0daf2cb

Browse files
authored
Reenable CCDB tests with exception to the failing test case (#363)
1 parent 6f6d976 commit 0daf2cb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Framework/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ set_property(TEST testCheckWorkflow PROPERTY LABELS slow)
307307
set_property(TEST testObjectsManager PROPERTY TIMEOUT 20)
308308
set_property(TEST testObjectsManager PROPERTY LABELS slow)
309309
set_property(TEST testCcdbDatabase PROPERTY TIMEOUT 15)
310-
set_property(TEST testCcdbDatabase PROPERTY LABELS manual slow)
310+
set_property(TEST testCcdbDatabase PROPERTY LABELS slow)
311311
set_property(TEST testCcdbDatabaseExtra PROPERTY LABELS manual)
312312
set_property(TEST testTrendingTask PROPERTY LABELS manual)
313313

Framework/test/testCcdbDatabase.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
/*
6971
BOOST_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

8588
long oldTimestamp;
8689

0 commit comments

Comments
 (0)