From 1b9f7fd1823a2fcd497c82621aa2f6831caf03e7 Mon Sep 17 00:00:00 2001 From: Roman Savchuk Date: Fri, 10 May 2024 11:24:09 +0300 Subject: [PATCH] Added temporary skip to system_health TC for MLX platfroms --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 0f1c5bbb4c1..3f175367ae4 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -1508,6 +1508,12 @@ syslog/test_syslog_source_ip.py: ####################################### ##### system_health ##### ####################################### +system_health/test_system_health.py::test_device_checker: + skip: + reason: "Temporary skip for Mellanox platforms" + conditions: + - "asic_type in ['mellanox']" + system_health/test_system_health.py::test_service_checker_with_process_exit: xfail: strict: True