Skip to content

Commit

Permalink
add skip conditions for test_bgp_port_disable.py (sonic-net#16604)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Add skip conditions. The test only works for internal, and later than 202411
  • Loading branch information
yyynini authored Jan 21, 2025
1 parent eb43e43 commit 976fc8c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,12 @@ bgp/test_bgp_multipath_relax.py:
conditions:
- "'backend' in topo_name"

bgp/test_bgp_port_disable.py:
skip:
reason: "Not supperted on master."
conditions:
- "release in ['master']"

bgp/test_bgp_queue.py:
skip:
reason: "Not supported on mgmt device"
Expand Down

0 comments on commit 976fc8c

Please sign in to comment.