From e2f39cd7d40fde6df2a6b713bc0e9314e5fc5f6e Mon Sep 17 00:00:00 2001 From: "Kevin(Shengkai) Wang" Date: Thu, 9 Sep 2021 14:19:42 +0800 Subject: [PATCH] Revert "[test_heartbeat_failure] skip the heartbeat test (#4095)" This reverts commit 4b942a2ac3f45e43837f21e1d70d20202632ff6a. --- tests/dualtor_io/test_heartbeat_failure.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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") ]