Skip to content

Commit

Permalink
[test]: Skip test_clear in test_watermark (sonic-net#937)
Browse files Browse the repository at this point in the history
Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
  • Loading branch information
Shuotian Cheng committed Jun 17, 2019
1 parent c72c34f commit 67c0940
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_watermark.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
import redis


Expand Down Expand Up @@ -179,6 +180,7 @@ def test_lua_plugins(self, dvs):

self.enable_unittests(dvs, "false")

@pytest.mark.skip(reason="This test is not stable enough")
def test_clear(self, dvs):

self.set_up(dvs)
Expand Down

0 comments on commit 67c0940

Please sign in to comment.