diff --git a/tests/test_warm_reboot.py b/tests/test_warm_reboot.py index 4b6b849c3c42..7815b4029610 100644 --- a/tests/test_warm_reboot.py +++ b/tests/test_warm_reboot.py @@ -967,8 +967,7 @@ def enable_warmrestart(dvs, db, app_name): # ################################################################################ -# TODO: Please fix this test case. Here temporarily skip to unblock other pull requests -@pytest.mark.skip(reason="Suspected unstable test code") + def test_routing_WarmRestart(dvs, testlog): appl_db = swsscommon.DBConnector(swsscommon.APPL_DB, dvs.redis_sock, 0) @@ -976,7 +975,7 @@ def test_routing_WarmRestart(dvs, testlog): state_db = swsscommon.DBConnector(swsscommon.STATE_DB, dvs.redis_sock, 0) # Restart-timer to utilize during the following testcases - restart_timer = 10 + restart_timer = 15 #############################################################################