test: skip test_cluster_mgr because of unclosed instance (#4191)

This commit is contained in:
Borys 2024-11-26 11:34:06 +02:00 committed by GitHub
parent 5c84f21caf
commit 0531c39aae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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