From 55abe5887406847a1b1651edb5bf6c50222b53aa Mon Sep 17 00:00:00 2001 From: Blueve Date: Thu, 9 Jun 2022 15:45:51 +0800 Subject: [PATCH] [platform_test] Skip test_get_high_critical_threshold for Nokia 7215 --- .../conditional_mark/tests_mark_conditions_platform_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml index 59edbd326e6..94dd8d0ddae 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions_platform_tests.yaml @@ -425,7 +425,7 @@ platform_tests/api/test_thermal.py::TestThermalApi::test_get_high_critical_thres skip: reason: "Unsupported platform API" conditions: - - "asic_type in ['mellanox']" + - "asic_type in ['mellanox'] or platform in ['armhf-nokia_ixs7215_52x-r0']" platform_tests/api/test_thermal.py::TestThermalApi::test_get_high_threshold: skip: