Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading