Skip to content

Commit cbfa321

Browse files
committed
Disable storage test on Arm
1 parent 7d9ec89 commit cbfa321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_storage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
import pytest
88
from pytest_operator.plugin import OpsTest
99

10+
from .. import markers
1011
from .helpers import (
1112
DATABASE_APP_NAME,
1213
STORAGE_PATH,
@@ -17,10 +18,10 @@
1718

1819
logger = logging.getLogger(__name__)
1920

20-
MAX_RETRIES = 20
2121
INSUFFICIENT_SIZE_WARNING = "<10% free space on pgdata volume."
2222

2323

24+
@markers.amd64_only
2425
@pytest.mark.abort_on_fail
2526
async def test_filling_and_emptying_pgdata_storage(ops_test: OpsTest, charm):
2627
"""Build and deploy the charm and saturate its pgdata volume."""

0 commit comments

Comments
 (0)