From fe55de6befb0fd54822e2bcb96e1f19efd8c541f Mon Sep 17 00:00:00 2001 From: gobhardw Date: Tue, 3 Dec 2024 15:59:24 +0530 Subject: [PATCH] Disabling kernel names matching test Change-Id: I70d74c421599a38207943a59c424ae7681b9fdcb --- 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 056c6b988d..1f997c890a 100644 --- a/tests-v2/featuretests/profiler/profiler_gtest.cpp +++ b/tests-v2/featuretests/profiler/profiler_gtest.cpp @@ -248,7 +248,7 @@ TEST_F(HelloWorldTest, DISABLED_WhenRunningProfilerWithAppThenKernelNumbersMatch // Test:2 Compares order of kernel-names in golden output against current // profiler output -TEST_F(HelloWorldTest, WhenRunningProfilerWithAppThenKernelNamessMatchWithGoldenOutput) { +TEST_F(HelloWorldTest, DISABLED_WhenRunningProfilerWithAppThenKernelNamessMatchWithGoldenOutput) { // kernel info in current profiler run std::vector current_kernel_info; GetKernelInfoForRunningApplication(¤t_kernel_info);