diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index c61f04925bf..7827a6c091d 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -2642,6 +2642,12 @@ upgrade_path: conditions: - "asic_type in ['vs']" +upgrade_path/test_multi_hop_upgrade_path.py: + skip: + reason: "Only supported on T0 topology" + conditions: + - "'t0' not in topo_type" + upgrade_path/test_upgrade_path.py::test_upgrade_path_t2: skip: reason: "Only supported on T2 topology"