From 4ab6b8edcb16b023368497b10fdad722629fe218 Mon Sep 17 00:00:00 2001 From: Giovanni LB Date: Mon, 25 Sep 2023 12:59:56 -0300 Subject: [PATCH] SWDEV-419972: Disable MP test Change-Id: I646ee0206ef589e7c57107accfa00ccc801af40c --- tests-v2/featuretests/profiler/profiler_gtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests-v2/featuretests/profiler/profiler_gtest.cpp b/tests-v2/featuretests/profiler/profiler_gtest.cpp index ef64ee98c7..4be8b9d677 100644 --- a/tests-v2/featuretests/profiler/profiler_gtest.cpp +++ b/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();