Skip to content

Commit

Permalink
Merge pull request #8472 from mvo5/test-fixes-2.44
Browse files Browse the repository at this point in the history
tests: disable some problematic tests for 2.44
  • Loading branch information
mvo5 committed Apr 10, 2020
2 parents 7c1cf5f + 29e34f3 commit 49a476e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/main/interfaces-timeserver-control/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ details: |
# Debian sid is skipped because "timedatectl set-ntp" fails with the error:
# "Failed to set ntp: Message recipient disconnected from message bus without replying"
# A workaround is to make "systemctl enable --now systemd-timesyncd.service" instead
systems: [-debian-sid-*]
# XXX: 20.04: fails with `Failed to restart systemd-timesyncd.service: Unit systemd-timesyncd.service is masked.` - needs further investigation, looks like a packaging issue in 20.04
systems: [-debian-sid-*, -ubuntu-20.04-*]

prepare: |
# shellcheck source=tests/lib/snaps.sh
Expand Down
3 changes: 3 additions & 0 deletions tests/main/snap-confine-undesired-mode-group/task.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
summary: the snap-{run,confine,exec} chain does not create files with undesired properties.

manual: true

prepare: |
# Install a snap with opengl and joystick plugs.
# This gives us all of the usual snap-confine configuration, along with all
Expand Down

0 comments on commit 49a476e

Please sign in to comment.