Skip to content

Commit ee2b995

Browse files
authored
Brown paperbag issue with reverted feature. (#15012)
1 parent 8e1f227 commit ee2b995

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Framework/Core/test/test_TypeToTaskName.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ TEST_CASE("TypeIdHelpers_BasicConversion")
2525

2626
TEST_CASE("TypeIdHelpers_AbbreviationConsolidation")
2727
{
28-
// Test ALICE detector abbreviations
28+
// Test ALICE detector abbreviations
2929
// REQUIRE(type_to_task_name(std::string_view("ITSQA")) == "its-qa");
3030
// REQUIRE(type_to_task_name(std::string_view("TPCQCTask")) == "tpc-qc-task");
31-
REQUIRE(type_to_task_name(std::string_view("EMCALQATask")) == "emcal-qa-task");
31+
// REQUIRE(type_to_task_name(std::string_view("EMCALQATask")) == "emcal-qa-task");
3232
// REQUIRE(type_to_task_name(std::string_view("HMPIDTask")) == "hmpid-task");
3333
// REQUIRE(type_to_task_name(std::string_view("ITSTPCTask")) == "its-tpc-task");
3434
// REQUIRE(type_to_task_name(std::string_view("QCFV0Task")) == "qc-fv0-task");
@@ -42,13 +42,13 @@ TEST_CASE("TypeIdHelpers_AbbreviationConsolidation")
4242
// REQUIRE(type_to_task_name(std::string_view("QCDAnalysis")) == "qcd-analysis");
4343
//}
4444

45-
TEST_CASE("TypeIdHelpers_ComplexNames")
46-
{
47-
// Test complex combinations
45+
//TEST_CASE("TypeIdHelpers_ComplexNames")
46+
//{
47+
// Test complex combinations
4848
// REQUIRE(type_to_task_name(std::string_view("ITSQAAnalysisTask")) == "its-qa-analysis-task");
49-
REQUIRE(type_to_task_name(std::string_view("TPCEMCQCTask")) == "tpc-emc-qc-task");
49+
// REQUIRE(type_to_task_name(std::string_view("TPCEMCQCTask")) == "tpc-emc-qc-task");
5050
// REQUIRE(type_to_task_name(std::string_view("MyITSTask")) == "my-its-task");
51-
}
51+
//}
5252

5353
//TEST_CASE("TypeIdHelpers_EdgeCases")
5454
//{

0 commit comments

Comments
 (0)