Skip to content

Commit

Permalink
Merge pull request #7491 from jhenstridge/disable-eds-tests-on-arch
Browse files Browse the repository at this point in the history
tests: disable {contacts,calendar}-service tests on Arch Linux
  • Loading branch information
bboozzoo committed Sep 20, 2019
2 parents 15b3130 + ff237dc commit 6293e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/main/interfaces-calendar-service/task.yaml
Expand Up @@ -6,7 +6,8 @@ summary: Ensure that the calendar-service interface works
# FIXME: disable opensuse-tumbleweed until
# https://github.com/snapcore/snapd/pull/7230 is landed
# ubuntu-19.10: test-snapd-eds is incompatible with eds version shipped with the distro
systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*, -opensuse-tumbleweed-*, -ubuntu-19.10-*]
# arch-linux: test-snapd-eds is incompatible with eds version shipped with the distro
systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*, -opensuse-tumbleweed-*, -ubuntu-19.10-*, -arch-linux-*]

# fails in the autopkgtest env with:
# [Wed Aug 15 16:34:12 2018] audit: type=1400
Expand Down
3 changes: 2 additions & 1 deletion tests/main/interfaces-contacts-service/task.yaml
Expand Up @@ -4,7 +4,8 @@ summary: Ensure that the contacts-service interface works
# does not ship a new enough evolution-data-server.
# amazon: no need to run this on amazon
# ubuntu-19.10: test-snapd-eds is incompatible with eds shipped with the distro
systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*, -ubuntu-19.10-*]
# arch-linux: test-snapd-eds is incompatible with eds version shipped with the distro
systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*, -ubuntu-19.10-*, -arch-linux-*]

# fails in autopkgtest environment with:
# [Wed Aug 15 16:08:23 2018] audit: type=1400
Expand Down

0 comments on commit 6293e0e

Please sign in to comment.