From 4fc5541d78ab84e656a0f3c7667dfe385698207c Mon Sep 17 00:00:00 2001 From: Edgar Gabriel Date: Fri, 7 Nov 2025 08:04:31 -0600 Subject: [PATCH] disable memory tests (#310) disable fine-grain and coarse-grain memory testst until a fix is available in ROCm 7.1 and/or our CI image. Otherwise we might miss other errors due to constant CI failures. --- scripts/unit_tests/driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/unit_tests/driver.sh b/scripts/unit_tests/driver.sh index 038170cf52..931a4dcced 100755 --- a/scripts/unit_tests/driver.sh +++ b/scripts/unit_tests/driver.sh @@ -76,7 +76,7 @@ case $mode in all) test_with_two_pes="IPCImplSimpleCoarseTestFixture/*:IPCImplSimpleFineTestFixture/*:IPCImplTiledFineTestFixture/*:DegenerateTiledFine.*" run_mpirun 4 "-$test_with_two_pes" - run_mpirun 2 "$test_with_two_pes" + #run_mpirun 2 "$test_with_two_pes" ;; custom) # Check if ranks is a positive integer