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 5b0d03d5bbd..c1ccaa23f9a 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 @@ -1337,7 +1337,7 @@ platform_tests/test_reboot.py::test_fast_reboot: reason: "Skip test_fast_reboot for M*/t1/t2 / Fast reboot is broken on dualtor topology. Skipping for now. / Skip for smartswitch topology." conditions_logical_operator: or conditions: - - "topo_type in ['m0', 'mx', 'm1', 't1', 't2']" + - "topo_type in ['m0', 'mx', 'm1', 't1', 't2', 'lt2', 'ft2']" - "'dualtor' in topo_name and https://github.com/sonic-net/sonic-buildimage/issues/16502" - "'isolated' in topo_name" - "is_smartswitch==True"