SWDEV-437442: Re-enable CTF plugin

Change-Id: I290c6504c76b715c6d3bdfd2da6d7e5656cf8dfe


[ROCm/rocprofiler commit: 1c5bf0b96e]
Tá an tiomantas seo le fáil i:
Giovanni LB
2023-12-18 13:04:34 -03:00
tiomanta ag Giovanni Baraldi
tuismitheoir 5486b9de3a
tiomantas dbcf4ffd09
D'athraigh 2 comhad le 6 breiseanna agus 2 scriosta
@@ -1347,7 +1347,7 @@ class VectorAddCTFTest : public CTFPluginTest {
bool hasFile() { return hasMetadataInDir("/tmp/tests-v2/ctf/"); }
};
TEST_F(VectorAddCTFTest, DISABLED_WhenRunningProfilerWithCTFTest) { EXPECT_EQ(hasFile(), true); }
TEST_F(VectorAddCTFTest, WhenRunningProfilerWithCTFTest) { EXPECT_EQ(hasFile(), true); }
class VectorAddCTFMPITest : public CTFPluginTest {
protected:
@@ -1362,7 +1362,7 @@ class VectorAddCTFMPITest : public CTFPluginTest {
bool hasFile() { return hasMetadataInDir("/tmp/tests-v2/ctf_7/"); }
};
TEST_F(VectorAddCTFMPITest, DISABLED_WhenRunningProfilerWithCTFTest) { EXPECT_EQ(hasFile(), true); }
TEST_F(VectorAddCTFMPITest, WhenRunningProfilerWithCTFTest) { EXPECT_EQ(hasFile(), true); }
/*
* ###################################################