Skip to content

Commit

Permalink
[dhcp_relay] Remove test_dhcp_relay test in t0-2vlans (#17208)
Browse files Browse the repository at this point in the history
What is the motivation for this PR?
Skip test_dhcp_relay in vs with t0-2vlans topo due to flaky to unblock pr check

How did you do it?
Skip test_dhcp_relay in vs with t0-2vlans topo due to flaky to unblock pr check

How did you verify/test it?
PR check
  • Loading branch information
yaqiangz authored Feb 27, 2025
1 parent d69fc07 commit 1762bc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .azure-pipelines/pr_test_scripts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ t0:
- pc/test_lag_member_forwarding.py

t0-2vlans:
- dhcp_relay/test_dhcp_relay.py
- dhcp_relay/test_dhcpv6_relay.py
- vlan/test_host_vlan.py
- vlan/test_vlan_ping.py
Expand Down
2 changes: 1 addition & 1 deletion tests/dhcp_relay/test_dhcp_relay.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from tests.dhcp_relay.dhcp_relay_utils import check_routes_to_dhcp_server, restart_dhcp_service

pytestmark = [
pytest.mark.topology('t0', 'm0', 't0-2vlans'),
pytest.mark.topology('t0', 'm0'),
pytest.mark.device_type('vs')
]

Expand Down

0 comments on commit 1762bc2

Please sign in to comment.