Skip to content

Commit

Permalink
t/regression/mount-order-regression: set no mem limit
Browse files Browse the repository at this point in the history
Unfortunately it happens that we hit the memory limit while setting up security profiles for the snap. Set no memory limit for this test
  • Loading branch information
Meulengracht authored and mvo5 committed Jul 17, 2023
1 parent 0ee6c91 commit 45f2ee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/regression/mount-order-regression/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ systems:
- -ubuntu-core-16-32
- -ubuntu-core-18-32

environment:
# we unfortunately (sometimes) run out of memory while setting up test-content-layout-consumer snap
SNAPD_NO_MEMORY_LIMIT: 1

prepare: |
if os.query is-arm64; then
SNAP_NAME=test-content-layout-consumer-arm64
Expand Down

0 comments on commit 45f2ee2

Please sign in to comment.