From 4c047c4e9f4875d86ef546ab8db830a7675251f7 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Mon, 14 Dec 2020 12:00:20 +0000 Subject: [PATCH] test(debian): disable wanted snap testing (GitLab CI failure) [skip ci] ```console error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount: /tmp/sanity-mountpoint-858827226: failed to setup loop device for /tmp/sanity-squashfs-795587751. ``` --- test/salt/pillar/debian.sls | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/salt/pillar/debian.sls b/test/salt/pillar/debian.sls index 44fc676..aabd024 100644 --- a/test/salt/pillar/debian.sls +++ b/test/salt/pillar/debian.sls @@ -65,9 +65,11 @@ packages: - kwalify snaps: - wanted: - - hello-world - # Disable Snaps testing in Debian due to an issue similar to + # Disable `wanted` Snap testing in Debian due to failure in GitLab CI + # https://gitlab.com/myii/packages-formula/-/jobs/908520657#L7446 + # wanted: + # - hello-world + # Disable `classic` Snap testing in Debian due to an issue similar to # https://github.com/saltstack-formulas/packages-formula/issues/44 # quite possibly, better described here # https://bugs.launchpad.net/snapd/+bug/1826662