diff --git a/tests/test_asyncio/test_scenario/test_active_active.py b/tests/test_asyncio/test_scenario/test_active_active.py index c33e482050..17bce6d56c 100644 --- a/tests/test_asyncio/test_scenario/test_active_active.py +++ b/tests/test_asyncio/test_scenario/test_active_active.py @@ -45,6 +45,7 @@ async def trigger_network_failure_action( logger.info(f"Action completed. Status: {status_result['status']}") +@pytest.mark.skip(reason="Temporarily disabled") class TestActiveActive: @pytest.mark.asyncio @pytest.mark.parametrize( diff --git a/tests/test_scenario/test_active_active.py b/tests/test_scenario/test_active_active.py index 59524ab5c1..3d5fb0d49d 100644 --- a/tests/test_scenario/test_active_active.py +++ b/tests/test_scenario/test_active_active.py @@ -43,6 +43,7 @@ def trigger_network_failure_action( logger.info(f"Action completed. Status: {status_result['status']}") +@pytest.mark.skip(reason="Temporarily disabled") class TestActiveActive: def teardown_method(self, method): # Timeout so the cluster could recover from network failure.