Skip to content

Commit

Permalink
Skip dualtor_io/test_tor_bgp_failure.py (#16449)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
The script dualtor_io/test_tor_bgp_failure.py has recently been failing frequently on the KVM testbed. This issue is being tracked in #16448. As a temporary measure, we have applied a conditional mark to skip this test in PR checks.

How did you do it?
As a temporary measure, we have applied a conditional mark to skip this test in PR checks.
  • Loading branch information
yutongzhang-microsoft authored Jan 13, 2025
1 parent d533ae3 commit 6feb630
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,12 @@ dualtor_io/test_normal_op.py:
conditions:
- "asic_type in ['vs']"

dualtor_io/test_tor_bgp_failure.py:
skip:
reason: "Skip on kvm due to an issue."
conditions:
- "asic_type in ['vs'] and https://github.com/sonic-net/sonic-mgmt/issues/16448"

dualtor_io/test_tor_failure.py:
skip:
reason: "This script would toggle PDU, which is not supported on KVM."
Expand Down

0 comments on commit 6feb630

Please sign in to comment.