summaryrefslogtreecommitdiff
path: root/tests
diff options
authorSergio Cazzolato <sergiocazzolato@gmail.com>2019-09-04 11:32:57 -0300
committerSergio Cazzolato <sergiocazzolato@gmail.com>2019-09-04 11:32:57 -0300
commit34dc33473c38dc85b3b312940099c10d66681b7a (patch)
treeb33e3ba981152573b1d5c5cb7772b8bcc5f48ec8 /tests
parentca6d71f65699b789c1c1445a32a410aa8446b9b5 (diff)
Run failing tests on ubuntu eoan due to is now set as unestable
As we already set ubuntu-19.10-64 as an unstable system, all the tests which are nor working properly should not be skipped anymore, so we can send it to stable when all the tests pass.
Diffstat (limited to 'tests')
-rw-r--r--tests/main/interfaces-calendar-service/task.yaml3
-rw-r--r--tests/main/interfaces-contacts-service/task.yaml3
-rw-r--r--tests/main/interfaces-timeserver-control/task.yaml3
-rw-r--r--tests/unit/go/task.yaml3
4 files changed, 4 insertions, 8 deletions
diff --git a/tests/main/interfaces-calendar-service/task.yaml b/tests/main/interfaces-calendar-service/task.yaml
index e79bf8a956..a445990001 100644
--- a/tests/main/interfaces-calendar-service/task.yaml
+++ b/tests/main/interfaces-calendar-service/task.yaml
@@ -5,8 +5,7 @@ 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-64: pending fix for this test coming on a following change
-systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*, -opensuse-tumbleweed-*, -ubuntu-19.10-64]
+systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*, -opensuse-tumbleweed-*]
# fails in the autopkgtest env with:
# [Wed Aug 15 16:34:12 2018] audit: type=1400
diff --git a/tests/main/interfaces-contacts-service/task.yaml b/tests/main/interfaces-contacts-service/task.yaml
index 11e3af457c..62d1eb5603 100644
--- a/tests/main/interfaces-contacts-service/task.yaml
+++ b/tests/main/interfaces-contacts-service/task.yaml
@@ -3,8 +3,7 @@ summary: Ensure that the contacts-service interface works
# Only test on classic systems. Don't test on Ubuntu 14.04, which
# does not ship a new enough evolution-data-server.
# amazon: no need to run this on amazon
-# ubuntu-19.10-64: pending fix for this test coming on a following change
-systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*, -ubuntu-19.10-64]
+systems: [-ubuntu-core-*, -ubuntu-14.04-*, -amazon-*, -centos-*]
# fails in autopkgtest environment with:
# [Wed Aug 15 16:08:23 2018] audit: type=1400
diff --git a/tests/main/interfaces-timeserver-control/task.yaml b/tests/main/interfaces-timeserver-control/task.yaml
index 2d0a84be31..23828fdca3 100644
--- a/tests/main/interfaces-timeserver-control/task.yaml
+++ b/tests/main/interfaces-timeserver-control/task.yaml
@@ -7,8 +7,7 @@ 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
-# FIXME: re-enable ubuntu-19.10 after stabelizing it
-systems: [-debian-sid-*, -ubuntu-19.10-*]
+systems: [-debian-sid-*]
prepare: |
# shellcheck source=tests/lib/snaps.sh
diff --git a/tests/unit/go/task.yaml b/tests/unit/go/task.yaml
index 3ea8808ff1..95f1fb999f 100644
--- a/tests/unit/go/task.yaml
+++ b/tests/unit/go/task.yaml
@@ -1,8 +1,7 @@
summary: Run project static and unit tests
# debian-sid complains about format-wrong most likely because of newer go
-# ubuntu-19.10-64: pending fix for this test coming on a following change
-systems: [-debian-sid-*, -ubuntu-19.10-64]
+systems: [-debian-sid-*]
# Start before anything else as it takes a long time.
priority: 1000