diff options
author | Adam Edwards <adamed@opscode.com> | 2016-05-10 16:34:22 -0700 |
---|---|---|
committer | Adam Edwards <adamed@opscode.com> | 2016-05-13 10:33:03 -0700 |
commit | 8c9bc0314ae5c6efc3c010c8ec02fc7cb8110889 (patch) | |
tree | 05e2906f752bfaf6053b5b82af93f4b4e82b0e52 /acceptance | |
parent | 103c34b057bba9061c010b4a9836977e9a8dbb90 (diff) | |
download | chef-8c9bc0314ae5c6efc3c010c8ec02fc7cb8110889.tar.gz |
Disable Docker cookbook acceptance tests until the cookbook or Chef is fixed.adamedx/fix-docker-acceptance-break
Diffstat (limited to 'acceptance')
-rw-r--r-- | acceptance/top-cookbooks/.kitchen.docker.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/acceptance/top-cookbooks/.kitchen.docker.yml b/acceptance/top-cookbooks/.kitchen.docker.yml index 74a238495a..bea518cb29 100644 --- a/acceptance/top-cookbooks/.kitchen.docker.yml +++ b/acceptance/top-cookbooks/.kitchen.docker.yml @@ -6,7 +6,4 @@ suites: run_list: - recipe[apt] - recipe[apt-docker] - - recipe[docker_test::installation_package] - - recipe[docker_test::service_upstart] - - recipe[docker_test::auto] includes: [ubuntu-14.04] |