diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index c2cf4f3f8b..83e2278e2c 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -106,6 +106,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." @@ -538,6 +544,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 ##### #######################################