From b8256929550c68e5c8baaad5049e9b6abb23b126 Mon Sep 17 00:00:00 2001 From: katie Date: Wed, 18 Dec 2024 16:31:58 +0100 Subject: [PATCH] tests: disable memory limit for aux-info --- tests/main/aux-info/task.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/main/aux-info/task.yaml b/tests/main/aux-info/task.yaml index ff176b4e8ae..0459c468f8f 100644 --- a/tests/main/aux-info/task.yaml +++ b/tests/main/aux-info/task.yaml @@ -7,6 +7,10 @@ details: | systems: [ubuntu-18.04-64, ubuntu-2*, ubuntu-core-*, fedora-*] +environment: + # we unfortunately run out of memory while setting up the snap-store + SNAPD_NO_MEMORY_LIMIT: 1 + prepare: | snap install snap-store