diff options
| author | Sergio Cazzolato <sergiocazzolato@gmail.com> | 2019-09-04 11:32:57 -0300 |
|---|---|---|
| committer | Sergio Cazzolato <sergiocazzolato@gmail.com> | 2019-09-04 11:32:57 -0300 |
| commit | 34dc33473c38dc85b3b312940099c10d66681b7a (patch) | |
| tree | b33e3ba981152573b1d5c5cb7772b8bcc5f48ec8 /tests/unit | |
| parent | ca6d71f65699b789c1c1445a32a410aa8446b9b5 (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/unit')
| -rw-r--r-- | tests/unit/go/task.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
