mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
fix(pytest): Disable script test (#972)
This commit is contained in:
parent
85a1bf8494
commit
3a6b98f201
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ end
|
|||
return 'OK'
|
||||
"""
|
||||
|
||||
|
||||
@pytest.mark.skip(reason='Failing')
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.parametrize("t_master, t_replicas, num_ops, num_keys, num_par, flags", script_cases)
|
||||
async def test_scripts(df_local_factory, t_master, t_replicas, num_ops, num_keys, num_par, flags):
|
||||
|
|
Loading…
Reference in a new issue