SWDEV-419972: Disable MP test

Change-Id: I646ee0206ef589e7c57107accfa00ccc801af40c


[ROCm/rocprofiler commit: 4ab6b8edcb]
このコミットが含まれているのは:
Giovanni LB
2023-09-25 12:59:56 -03:00
コミット b92ddf8fd0
+1 -1
ファイルの表示
@@ -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();