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 9393f811db..dc8bb86fa9 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 @@ -1056,6 +1056,18 @@ platform_tests/test_advanced_reboot.py::test_warm_reboot: conditions: - "asic_type in ['vs'] and 't0' not in topo_name" +platform_tests/test_advanced_reboot.py::test_warm_reboot_mac_jump: + skip: + reason: "Skip in PR testing as taking too much time." + conditions: + - "asic_type in ['vs']" + +platform_tests/test_advanced_reboot.py::test_warm_reboot_sad: + skip: + reason: "Skip in PR testing as taking too much time." + conditions: + - "asic_type in ['vs']" + ####################################### ##### test_cont_warm_reboot.py ##### #######################################