diff --git a/tests-v2/featuretests/profiler/profiler_gtest.cpp b/tests-v2/featuretests/profiler/profiler_gtest.cpp index 983ea122c6..a04538e216 100644 --- a/tests-v2/featuretests/profiler/profiler_gtest.cpp +++ b/tests-v2/featuretests/profiler/profiler_gtest.cpp @@ -1326,7 +1326,7 @@ class VectorAddPerfettoMPITest : public PerfettoPluginTest { bool hasFile() { return hasFileInDir("test_7_", "/tmp/tests-v2/perfetto/"); } }; -TEST_F(VectorAddPerfettoMPITest, WhenRunningProfilerWithPerfettoTest) { +TEST_F(VectorAddPerfettoMPITest, DISABLED_WhenRunningProfilerWithPerfettoTest) { EXPECT_EQ(hasFile(), true); }