We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d411a47 commit 7964288Copy full SHA for 7964288
tests/test_asyncio/test_scenario/test_active_active.py
@@ -45,6 +45,7 @@ async def trigger_network_failure_action(
45
logger.info(f"Action completed. Status: {status_result['status']}")
46
47
48
+@pytest.mark.skip(reason="Temporarily disabled")
49
class TestActiveActive:
50
@pytest.mark.asyncio
51
@pytest.mark.parametrize(
tests/test_scenario/test_active_active.py
@@ -43,6 +43,7 @@ def trigger_network_failure_action(
43
44
def teardown_method(self, method):
# Timeout so the cluster could recover from network failure.
0 commit comments