From 944d2fe24e1c1a42ab81addc6614b8e6f41fd3d3 Mon Sep 17 00:00:00 2001 From: echuawu Date: Tue, 26 May 2026 06:39:36 +0300 Subject: [PATCH] Skip fib test on topology t1-isolated-d32u1s2 Skip fib test on topology t1-isolated-d32u1s2 Due to there is only one nexthop in topology t1-isolated-d32u1s2 which could not meet the hash requirement Change-Id: I975f86e6cdd330e24732bf3c1e977d7332458c5a Signed-off-by: echuawu --- .../common/plugins/conditional_mark/tests_mark_conditions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml index f340b532474..be36871244a 100644 --- a/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml +++ b/tests/common/plugins/conditional_mark/tests_mark_conditions.yaml @@ -2320,7 +2320,7 @@ fib/test_fib.py: skip: reason: 'Skip on t1-isolated-d32/128 topos or due to github issue https://github.com/sonic-net/sonic-mgmt/issues/17930' conditions: - - "topo_name in ['t1-isolated-d128', 't1-isolated-d32']" + - "topo_name in ['t1-isolated-d128', 't1-isolated-d32', 't1-isolated-d32u1s2']" - "https://github.com/sonic-net/sonic-mgmt/issues/17930 and topo_name in ['t1-isolated-d28u1']" xfail: reason: "Test case has issue on the t0-isolated-d256u256s2 topo."