Skip to content

Commit

Permalink
Temporarily skip the testcase test_routing_WarmRestart to unblock oth…
Browse files Browse the repository at this point in the history
…er pull requests (#733)

* Temporarily skip to unblock other pull requests
* Add missing import
  • Loading branch information
qiluo-msft committed Dec 21, 2018
1 parent a7a68c1 commit 998b4ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_warm_reboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import re
import time
import json
import pytest

# Get restore count of all processes supporting warm restart
def swss_get_RestoreCount(dvs, state_db):
Expand Down Expand Up @@ -908,6 +909,8 @@ 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)
Expand Down

0 comments on commit 998b4ab

Please sign in to comment.