diff --git a/tests/bgp/test_bgp_gr_helper.py b/tests/bgp/test_bgp_gr_helper.py index 616e98676e8..eb56e6882e6 100644 --- a/tests/bgp/test_bgp_gr_helper.py +++ b/tests/bgp/test_bgp_gr_helper.py @@ -5,7 +5,7 @@ from tests.common.utilities import wait_until pytestmark = [ - pytest.mark.topology('t1'), + pytest.mark.topology('any'), pytest.mark.device_type('vs') ]