From f6f200d0e1bc68a84001db31fd5e1706eb82d788 Mon Sep 17 00:00:00 2001 From: bingwang Date: Tue, 7 May 2024 00:30:20 +0000 Subject: [PATCH] Skip test_bgp_queues test on Mellanox platform with t1-lag topology --- .../plugins/conditional_mark/tests_mark_conditions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index c225a5b880c..eab8bfce07e 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -116,9 +116,9 @@ bgp/test_bgp_multipath_relax.py: bgp/test_bgp_queue.py: skip: - reason: "Unsupported topology" + reason: "1. Not support on mgmt device 2. Known issue on Mellanox platform with T1-LAG topology" conditions: - - "topo_type in ['m0', 'mx']" + - "topo_type in ['m0', 'mx'] or ((topo_name in ['t1-lag']) and (asic_type in ['mellanox']))" bgp/test_bgp_slb.py: skip: