Skip to content

Commit 02ff5e8

Browse files
authored
Skip test_vnet_decap on Cisco-8000 with 202411 (#17776)
Signed-off-by: Kevin Wang <[email protected]>
1 parent d14ec4f commit 02ff5e8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/common/plugins/conditional_mark/tests_mark_conditions.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2595,6 +2595,12 @@ vxlan/test_vnet_bgp_route_precedence.py:
25952595
- "asic_type not in ['cisco-8000', 'mellanox']"
25962596
- "release in ['202411']"
25972597

2598+
vxlan/test_vnet_decap.py:
2599+
skip:
2600+
reason: "test_vnet_decap are not ready to run on Cisco-8000 with branch 202411"
2601+
conditions:
2602+
- "(asic_type in ['cisco-8000'] and release in ['202411'])"
2603+
25982604
vxlan/test_vnet_route_leak.py:
25992605
skip:
26002606
reason: "Test skipped due to issue #8374"

0 commit comments

Comments
 (0)