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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user