diff --git a/tests/arp/test_arp_dualtor.py b/tests/arp/test_arp_dualtor.py index 237f965dba..e1a7e2a2ba 100644 --- a/tests/arp/test_arp_dualtor.py +++ b/tests/arp/test_arp_dualtor.py @@ -148,8 +148,6 @@ def test_arp_update_for_failed_standby_neighbor( 4. Run `arp_update` on the active ToR 5. Verify the incomplete entry is now reachable """ - if ip_address(neighbor_ip).version == 6 and lower_tor_host.facts["asic_type"] == "vs": - pytest.skip("Temporarily skipped to let the sonic-swss submodule be updated.") # We only use ping to trigger an ARP request from the kernel, so exit early to save time ping_cmd = "timeout 0.2 ping -c1 -W1 -i0.2 -n -q {}".format(neighbor_ip)