diff --git a/tests/dualtor_io/test_heartbeat_failure.py b/tests/dualtor_io/test_heartbeat_failure.py index 058272b02a5..2db9bc6a3ac 100644 --- a/tests/dualtor_io/test_heartbeat_failure.py +++ b/tests/dualtor_io/test_heartbeat_failure.py @@ -11,8 +11,7 @@ from tests.common.dualtor.constants import MUX_SIM_ALLOWED_DISRUPTION_SEC pytestmark = [ - pytest.mark.topology("dualtor"), - pytest.mark.skip(reason="skipping until the mux toggle issue is addressed") + pytest.mark.topology("dualtor") ]