Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dhcp_relay] Skip test_dhcp_relay_restart_with_stress in vs #16451

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,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
Loading