diff options
| author | Michael Vogt <mvo@ubuntu.com> | 2016-09-15 12:32:42 +0200 |
|---|---|---|
| committer | Michael Vogt <mvo@ubuntu.com> | 2016-09-15 12:32:42 +0200 |
| commit | 0248a309c1e002858718ca2cee337a18db07823d (patch) | |
| tree | d8ccbd60d473133db41127cc20019b64652c512e /tests | |
| parent | 828957b5b113c7f06dfa38fc428a3bf4aa873547 (diff) | |
disable fake store tests on ubuntu-core-16 systems because the serial assertion will not be valid in the fake store context
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/main/refresh-devmode/task.yaml | 2 | ||||
| -rw-r--r-- | tests/main/refresh/task.yaml | 2 | ||||
| -rw-r--r-- | tests/main/revert-devmode/task.yaml | 2 | ||||
| -rw-r--r-- | tests/main/revert/task.yaml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/main/refresh-devmode/task.yaml b/tests/main/refresh-devmode/task.yaml index 9f782a5c6b..33ab604e8b 100644 --- a/tests/main/refresh-devmode/task.yaml +++ b/tests/main/refresh-devmode/task.yaml @@ -1,5 +1,5 @@ summary: Check that the refresh command works. - +systems: [-ubuntu-core-16-64] details: | These tests exercise the refresh command using different store backends. The concrete store to be used is controlled with the STORE_TYPE environment diff --git a/tests/main/refresh/task.yaml b/tests/main/refresh/task.yaml index 1f887643ed..e183415d73 100644 --- a/tests/main/refresh/task.yaml +++ b/tests/main/refresh/task.yaml @@ -1,5 +1,5 @@ summary: Check that the refresh command works. - +systems: [-ubuntu-core-16-64] details: | These tests exercise the refresh command using different store backends. The concrete store to be used is controlled with the STORE_TYPE environment diff --git a/tests/main/revert-devmode/task.yaml b/tests/main/revert-devmode/task.yaml index b63b10587f..c90b77cf4f 100644 --- a/tests/main/revert-devmode/task.yaml +++ b/tests/main/revert-devmode/task.yaml @@ -1,5 +1,5 @@ summary: Check that revert of a snap in devmode restores devmode - +systems: [-ubuntu-core-16-64] environment: STORE_TYPE/fake: fake STORE_TYPE/staging: staging diff --git a/tests/main/revert/task.yaml b/tests/main/revert/task.yaml index 4d4f6c8166..6e725c2209 100644 --- a/tests/main/revert/task.yaml +++ b/tests/main/revert/task.yaml @@ -1,5 +1,5 @@ summary: Check that revert works. - +systems: [-ubuntu-core-16-64] environment: STORE_TYPE/fake: fake STORE_TYPE/staging: staging |
