diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index 0efa30287a..ef6707cf0d 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -101,6 +101,12 @@ bgp/test_bgp_multipath_relax.py: conditions: - "'backend' in topo_name" +bgp/test_bgp_queue.py: + skip: + reason: "Unsupported topology" + conditions: + - "topo_type in ['m0', 'mx']" + bgp/test_bgp_slb.py: skip: reason: "Skip over topologies which doesn't support slb." @@ -526,6 +532,12 @@ generic_config_updater/test_pfcwd_status.py: conditions: - "topo_type in ['m0', 'mx']" +generic_config_updater/test_pg_headroom_update.py: + skip: + reason: "Unsupported topology." + conditions: + - "topo_type in ['m0', 'mx']" + ####################################### ##### http ##### #######################################