diff --git a/tests-v2/featuretests/profiler/profiler_gtest.cpp b/tests-v2/featuretests/profiler/profiler_gtest.cpp index 8461e0cf6c..b6a8108300 100644 --- a/tests-v2/featuretests/profiler/profiler_gtest.cpp +++ b/tests-v2/featuretests/profiler/profiler_gtest.cpp @@ -466,7 +466,7 @@ class MPITest : public ProfilerTest { }; // Test:1 if kernel-name exists in current profiler output -TEST_F(MPITest, WhenRunningProfilerWithAppThenKernelNumbersOutputGenerated) { +TEST_F(MPITest, DISABLED_WhenRunningProfilerWithAppThenKernelNumbersOutputGenerated) { std::vector current_kernel_info; GetKernelInfoForRunningApplication(¤t_kernel_info); @@ -476,7 +476,7 @@ TEST_F(MPITest, WhenRunningProfilerWithAppThenKernelNumbersOutputGenerated) { } // Test:1 if kernel-name matches with golden output -TEST_F(MPITest, WhenRunningProfilerWithAppThenKernelNameMatchWithGoldenOutput) { +TEST_F(MPITest, DISABLED_WhenRunningProfilerWithAppThenKernelNameMatchWithGoldenOutput) { std::vector current_kernel_info; GetKernelInfoForRunningApplication(¤t_kernel_info);