diff options
author | Joshua Powers <josh.powers@canonical.com> | 2018-08-23 18:13:25 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2018-08-23 18:13:25 +0000 |
commit | dab59087155d3963849a36b3f63ee662047f708b (patch) | |
tree | 68e52d8a1515125c8131b847ed3fe4af79d20a37 /tests/cloud_tests | |
parent | a03ed8bf77add3ed920137e4cc6986caa414d1da (diff) | |
download | vyos-cloud-init-dab59087155d3963849a36b3f63ee662047f708b.tar.gz vyos-cloud-init-dab59087155d3963849a36b3f63ee662047f708b.zip |
tests: disable other snap test as well
The snap test requires access to a proxy and currently the integration
tests do not handle this scenario. I am disabling the test until I can
loop back around and fix this.
Diffstat (limited to 'tests/cloud_tests')
-rw-r--r-- | tests/cloud_tests/testcases/modules/snap.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cloud_tests/testcases/modules/snap.yaml b/tests/cloud_tests/testcases/modules/snap.yaml index 44043f31..322199c3 100644 --- a/tests/cloud_tests/testcases/modules/snap.yaml +++ b/tests/cloud_tests/testcases/modules/snap.yaml @@ -1,6 +1,9 @@ # # Install snappy # +# Aug 23, 2018: Disabled due to requiring a proxy for testing +# tests do not handle the proxy well at this time. +enabled: False required_features: - snap cloud_config: | |