Skip to content

Commit 9e149c7

Browse files
authored
avoid testSetGetComparePassJSONCaseFiles with slave (RedisJSON#602)
1 parent ce0cf43 commit 9e149c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/pytest/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ def testRespCommand(env):
866866

867867
def testSetGetComparePassJSONCaseFiles(env):
868868
"""Test setting, getting, saving and loading passable JSON test case files"""
869+
env.skipOnSlave() # work around to avoid fail on "Background save already in progress"
869870
r = env
870871

871872
for jsonfile in os.listdir(JSON_PATH):

0 commit comments

Comments
 (0)