From f46d020feb7c31cf2f4427771d95fecdb2789d60 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Mon, 12 Jun 2023 19:26:18 -0500 Subject: [PATCH] Temporarily ignore TestFrequencies See SWDEV-391039 and SWDEV-391040 for details Change-Id: I662ba43363d949465454ea4af4d4586b3d47a811 Signed-off-by: Galantsev, Dmitrii [ROCm/rocm_smi_lib commit: ac94bf5ed5483a9045b0e874ec4ae00ec6d1dde6] --- projects/rocm-smi-lib/tests/rocm_smi_test/rsmitst.exclude | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/rocm-smi-lib/tests/rocm_smi_test/rsmitst.exclude b/projects/rocm-smi-lib/tests/rocm_smi_test/rsmitst.exclude index 4739f70b26..84a6b93afb 100644 --- a/projects/rocm-smi-lib/tests/rocm_smi_test/rsmitst.exclude +++ b/projects/rocm-smi-lib/tests/rocm_smi_test/rsmitst.exclude @@ -13,7 +13,9 @@ PERMANENT_BLACKLIST_ALL_ASICS= # This is the temporary blacklist for all ASICs. This is to be used when a test # is failing consistently TEMPORARY_BLACKLIST_ALL_ASICS=\ -"rsmitstReadOnly.TestVoltCurvRead" +"rsmitstReadOnly.TestVoltCurvRead:"\ +"rsmitstReadOnly.TestFrequenciesRead:"\ +"rsmitstReadWrite.TestFrequenciesReadWrite" if [ -z "$PERMANENT_BLACKLIST_ALL_ASICS" -a -z "$TEMPORARY_BLACKLIST_ALL_ASICS" ]; then @@ -21,7 +23,7 @@ if [ -z "$PERMANENT_BLACKLIST_ALL_ASICS" -a -z "$TEMPORARY_BLACKLIST_ALL_ASICS" else BLACKLIST_ALL_ASICS=\ "$PERMANENT_BLACKLIST_ALL_ASICS:"\ -"$TEMPORARY_BLACKLIST_ALL_ASICS" +"$TEMPORARY_BLACKLIST_ALL_ASICS:" fi # Device specific blacklists