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:
committed by
Mishra, Apurv
orang tua
f0ce7a8e59
melakukan
d9a95605cc
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user