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>
This commit is contained in:
Apurv Mishra
2025-05-22 15:53:09 -04:00
committed by Mishra, Apurv
orang tua f0ce7a8e59
melakukan d9a95605cc
2 mengubah file dengan 2 tambahan dan 3 penghapusan
@@ -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) {