← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:disable-snap-test into cloud-init:master

 

Joshua Powers has proposed merging ~powersj/cloud-init:disable-snap-test into cloud-init:master.

Commit message:
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.


Requested reviews:
  cloud-init commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/353661
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~powersj/cloud-init:disable-snap-test into cloud-init:master.
diff --git a/tests/cloud_tests/testcases/modules/snap.yaml b/tests/cloud_tests/testcases/modules/snap.yaml
index 44043f3..322199c 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: |

Follow ups