1
0
Fork 0
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:
Shahar Mike 2024-07-08 09:12:27 +03:00 committed by GitHub
parent ff5c89d0ad
commit 2f09055260
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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