Skip to content

Commit 970c253

Browse files
committed
Enable test again after fixing CI
1 parent b217572 commit 970c253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/test_redis_std.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_create_cmd_args_modules_two_modules_array(self):
151151
'--dbfilename', module_std_env._getFileName(role, '.rdb')] == cmd_args
152152
shutil.rmtree(directory_name)
153153

154-
'''def test_create_cmd_args_aof_without_rdb_preamble(self):
154+
def test_create_cmd_args_aof_without_rdb_preamble(self):
155155
port = 8000
156156
aof_std_env = StandardEnv(redisBinaryPath=REDIS_BINARY, outputFilesFormat='%s-test',
157157
useAof=True, useRdbPreamble=False, port=8000)
@@ -161,7 +161,7 @@ def test_create_cmd_args_modules_two_modules_array(self):
161161
aof_std_env._getFileName(role, '.log'), '--dbfilename',
162162
aof_std_env._getFileName(role, '.rdb'), '--appendonly', 'yes',
163163
'--appendfilename', aof_std_env._getFileName(role, '.aof'),
164-
'--aof-use-rdb-preamble', 'no'] == cmd_args'''
164+
'--aof-use-rdb-preamble', 'no'] == cmd_args
165165

166166
def test_wait_for_redis_to_start(self):
167167
pass

0 commit comments

Comments
 (0)