Skip to content

Commit 6434998

Browse files
authored
[MISC] Disable network cut tests on arm (#844)
* Disable network cut tests on arm * Back to LXD 5
1 parent 138095b commit 6434998

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/ha_tests/test_self_healing.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from pytest_operator.plugin import OpsTest
1010
from tenacity import Retrying, stop_after_delay, wait_fixed
1111

12+
from .. import markers
1213
from ..helpers import (
1314
CHARM_BASE,
1415
db_connect,
@@ -380,6 +381,7 @@ async def test_forceful_restart_without_data_and_transaction_logs(
380381

381382

382383
@pytest.mark.abort_on_fail
384+
@markers.amd64_only
383385
async def test_network_cut(ops_test: OpsTest, continuous_writes, primary_start_timeout):
384386
"""Completely cut and restore network."""
385387
# Locate primary unit.
@@ -468,6 +470,7 @@ async def test_network_cut(ops_test: OpsTest, continuous_writes, primary_start_t
468470

469471

470472
@pytest.mark.abort_on_fail
473+
@markers.amd64_only
471474
async def test_network_cut_without_ip_change(
472475
ops_test: OpsTest, continuous_writes, primary_start_timeout
473476
):

0 commit comments

Comments
 (0)