From 4a3d1848a6678ca5e2297bce49005ad6e6aa1e73 Mon Sep 17 00:00:00 2001 From: "Bhardwaj, Gopesh" Date: Wed, 16 Jul 2025 11:22:56 +0530 Subject: [PATCH] Disabling this test as its not designed for Navi (#96) * Disabling this test as its not designed for Navi * Update tests-v2/featuretests/tracer/tracer_gtest.cpp Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests-v2/featuretests/tracer/tracer_gtest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests-v2/featuretests/tracer/tracer_gtest.cpp b/tests-v2/featuretests/tracer/tracer_gtest.cpp index cf5a1ca1ee..764f7b7729 100644 --- a/tests-v2/featuretests/tracer/tracer_gtest.cpp +++ b/tests-v2/featuretests/tracer/tracer_gtest.cpp @@ -303,7 +303,8 @@ class AsyncCopyTest : public Tracertest { // Test:1 Compares total num of kernel-names in golden output against current // tracer output -TEST_F(AsyncCopyTest, WhenRunningTracerWithAppThenAsyncCopyOutputIsGenerated) { +// This test is disabled because it is not compatible with Navi architecture. +TEST_F(AsyncCopyTest, DISABLED_WhenRunningTracerWithAppThenAsyncCopyOutputIsGenerated) { // kernel info in current profler run std::vector current_kernel_info;