diff --git a/.azure-pipelines/pr_test_scripts.yaml b/.azure-pipelines/pr_test_scripts.yaml index 4a75862e387..02e2318b55a 100644 --- a/.azure-pipelines/pr_test_scripts.yaml +++ b/.azure-pipelines/pr_test_scripts.yaml @@ -227,7 +227,6 @@ t0: - zmq/test_gnmi_zmq.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 diff --git a/tests/dhcp_relay/test_dhcp_relay.py b/tests/dhcp_relay/test_dhcp_relay.py index f14db90766d..8cbaa435f57 100644 --- a/tests/dhcp_relay/test_dhcp_relay.py +++ b/tests/dhcp_relay/test_dhcp_relay.py @@ -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') ]