Skip to content

Commit 67c0940

Browse files
author
Shuotian Cheng
authored
[test]: Skip test_clear in test_watermark (#937)
Signed-off-by: Shu0T1an ChenG <[email protected]>
1 parent c72c34f commit 67c0940

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_watermark.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import re
44
import time
55
import json
6+
import pytest
67
import redis
78

89

@@ -179,6 +180,7 @@ def test_lua_plugins(self, dvs):
179180

180181
self.enable_unittests(dvs, "false")
181182

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

184186
self.set_up(dvs)

0 commit comments

Comments
 (0)