diff --git a/rocrtst/suites/test_common/main.cc b/rocrtst/suites/test_common/main.cc index 0099877e4c..4ba353e969 100644 --- a/rocrtst/suites/test_common/main.cc +++ b/rocrtst/suites/test_common/main.cc @@ -412,7 +412,11 @@ TEST(rocrtstNeg, Memory_Negative_Tests) { RunCustomTestProlog(&mt); mt.ZeroMemoryAllocateTest(); mt.MaxMemoryAllocateTest(); - mt.FreeQueueRingBufferTest(); + + // Disabled temporarily - Renable this test only + // on recent GPUs - gfx94x+ + // mt.FreeQueueRingBufferTest(); + RunCustomTestEpilog(&mt); }