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 62c6bc9556..ae9d37325d 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 @@ -1248,7 +1248,7 @@ platform_tests/test_reboot.py::test_fast_reboot: reason: "Skip test_fast_reboot for m0/mx/t1/t2 / Fast reboot is broken on dualtor topology. Skipping for now." conditions_logical_operator: or conditions: - - "topo_type in ['m0', 'mx', 't1', 't2']" + - "topo_type in ['m0', 'mx', 't1', 't2', 'lt2', 'ft2']" - "'dualtor' in topo_name and https://github.com/sonic-net/sonic-buildimage/issues/16502" - "release in ['202412']" - "'f2' in topo_name"