mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-14 11:58:02 +00:00
chore: Disable cluster_mgr_test (#3279)
This commit is contained in:
parent
ff5c89d0ad
commit
2f09055260
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
import subprocess
|
||||
import pytest
|
||||
import redis
|
||||
from redis import asyncio as aioredis
|
||||
from .utility import *
|
||||
|
@ -22,6 +23,7 @@ def run_cluster_mgr(args):
|
|||
return result.returncode == 0
|
||||
|
||||
|
||||
@pytest.mark.xfail
|
||||
@dfly_args({"proactor_threads": 2, "cluster_mode": "yes"})
|
||||
async def test_cluster_mgr(df_factory):
|
||||
NODES = 3
|
||||
|
|
Loading…
Reference in a new issue