mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
test: skip test_cluster_mgr because of unclosed instance (#4191)
This commit is contained in:
parent
5c84f21caf
commit
0531c39aae
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ def run_cluster_mgr(args):
|
|||
return result.returncode == 0
|
||||
|
||||
|
||||
@pytest.mark.skip("it leaves an unclosed instance that fails other tests")
|
||||
@dfly_args({"proactor_threads": 2, "cluster_mode": "yes"})
|
||||
async def test_cluster_mgr(df_factory):
|
||||
NODES = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue