Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/test_asyncio/test_scenario/test_active_active.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 1 addition & 0 deletions tests/test_scenario/test_active_active.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down