Skip to content

Commit

Permalink
tests: set no-memory-limit for app armor tests (canonical#14859)
Browse files Browse the repository at this point in the history
  • Loading branch information
maykathm authored Dec 16, 2024
1 parent 789385a commit 39dc1fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/main/apparmor-prompting-integration-tests/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ environment:

TIMEOUT: "30" # Define common timeout which can be modified as needed

# we unfortunately (frequently) run out of memory while setting up prompting-client
SNAPD_NO_MEMORY_LIMIT: 1

prepare: |
tests.session prepare -u test
tests.session -u test exec sh -c 'mkdir -p "/home/test/integration-tests"'
Expand Down

0 comments on commit 39dc1fc

Please sign in to comment.