diff --git a/projects/rocprofiler/tests-v2/featuretests/profiler/profiler_gtest.cpp b/projects/rocprofiler/tests-v2/featuretests/profiler/profiler_gtest.cpp index ef64ee98c7..4be8b9d677 100644 --- a/projects/rocprofiler/tests-v2/featuretests/profiler/profiler_gtest.cpp +++ b/projects/rocprofiler/tests-v2/featuretests/profiler/profiler_gtest.cpp @@ -1372,7 +1372,7 @@ TEST_F(VectorAddCTFMPITest, WhenRunningProfilerWithCTFTest) { EXPECT_EQ(hasFile( * ############ Multi Process Tests ################ * ################################################### */ -TEST(ProfilerMPTest, WhenRunningMultiProcessTestItPasses) { +TEST(ProfilerMPTest, DISABLED_WhenRunningMultiProcessTestItPasses) { int num_threads = 3; // Create 3 threads pid_t childpid = fork();