Skip to content

Commit 7964288

Browse files
Temporarily disable AA tests while investigating ways to stabilize them in github actions (#3883)
Co-authored-by: petyaslavova <[email protected]>
1 parent d411a47 commit 7964288

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/test_asyncio/test_scenario/test_active_active.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ async def trigger_network_failure_action(
4545
logger.info(f"Action completed. Status: {status_result['status']}")
4646

4747

48+
@pytest.mark.skip(reason="Temporarily disabled")
4849
class TestActiveActive:
4950
@pytest.mark.asyncio
5051
@pytest.mark.parametrize(

tests/test_scenario/test_active_active.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def trigger_network_failure_action(
4343
logger.info(f"Action completed. Status: {status_result['status']}")
4444

4545

46+
@pytest.mark.skip(reason="Temporarily disabled")
4647
class TestActiveActive:
4748
def teardown_method(self, method):
4849
# Timeout so the cluster could recover from network failure.

0 commit comments

Comments
 (0)