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 2cf43db488a..23595eb31ac 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 @@ -891,6 +891,21 @@ platform_tests/broadcom/test_ser.py: conditions: - "release in ['202412'] and 'Arista-7060X6' in hwsku" +############################################## +##### cli/test_show_chassis_modules.py ##### +############################################## +platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_midplane_status: + skip: + reason: "Not supported on T2 single node topology" + conditions: + - "'t2_single_node' in topo_name" + +platform_tests/cli/test_show_chassis_modules.py::test_show_chassis_module_status: + skip: + reason: "Not supported on T2 single node topology" + conditions: + - "'t2_single_node' in topo_name" + ####################################### ##### cli/test_show_platform.py ##### #######################################