kfdtest: Disable KFD RAS test case

disable KFD RAS test case as the tests cause GPU reset
which affects the active kfdtest, the tests can only be
run successfully as separate processes

Signed-off-by: Apurv Mishra <Apurv.Mishra@amd.com>


[ROCm/ROCR-Runtime commit: d9a95605cc]
This commit is contained in:
Apurv Mishra
2025-05-22 15:53:09 -04:00
committed by Mishra, Apurv
parent c20e30db93
commit 226d8126c9
2 changed files with 2 additions and 3 deletions
@@ -48,7 +48,6 @@ PERMANENT_BLACKLIST_ALL_ASICS=\
"KFDQMTest.BasicCuMaskingLinear:"\
"KFDQMTest.BasicCuMaskingEven:"\
"RDMATest.GPUDirect:"\
"KFDRASTest.*:"\
"KFDLocalMemoryTest.CheckZeroInitializationVram"
# This is the temporary blacklist for all ASICs. This is to be used when a test is failing consistently
@@ -131,7 +131,7 @@ void KFDRASTest::TearDown() {
ROUTINE_END
}
TEST_F(KFDRASTest, BasicTest) {
TEST_F(KFDRASTest, DISABLED_BasicTest) {
TEST_START(TESTPROFILE_RUNALL);
if (!m_setupStatus) {
@@ -149,7 +149,7 @@ TEST_F(KFDRASTest, BasicTest) {
TEST_END;
}
TEST_F(KFDRASTest, MixEventsTest) {
TEST_F(KFDRASTest, DISABLED_MixEventsTest) {
TEST_START(TESTPROFILE_RUNALL);
if (!m_setupStatus) {