Skip to content

Commit

Permalink
[dhcp_relay] Skip test_dhcp_relay_restart_with_stress in vs (#16451)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Skip test_dhcp_relay_restart_with_stress in vs due to flaky issue #16450

How did you do it?
Skip in condition mark

How did you verify/test it?
Run test
  • Loading branch information
yaqiangz authored Jan 13, 2025
1 parent d06d8b3 commit 85b3dc4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,13 @@ dhcp_relay/test_dhcp_relay.py::test_dhcp_relay_unicast_mac:
- "'dualtor' in topo_name and release in ['201811', '201911']"
- "platform in ['x86_64-8111_32eh_o-r0']"

dhcp_relay/test_dhcp_relay_stress.py::test_dhcp_relay_restart_with_stress:
skip:
reason: "Skip due to flaky issue"
conditions:
- "asic_type in ['vs']"
- "https://github.com/sonic-net/sonic-mgmt/issues/16450"

dhcp_relay/test_dhcp_relay_stress.py::test_dhcp_relay_stress:
skip:
reason: "1. Need to skip for platform armhf-nokia_ixs7215_52x-r0 due to buffer issues
Expand Down

0 comments on commit 85b3dc4

Please sign in to comment.