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>
This commit is contained in:
Bhardwaj, Gopesh
2025-07-16 11:22:56 +05:30
committed by GitHub
parent 93e0c4a17c
commit 4a3d1848a6
@@ -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<tracer_kernel_info_t> current_kernel_info;