summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-09-28 10:52:33 -0700
committerGitHub <noreply@github.com>2016-09-28 10:52:33 -0700
commit4452ee86bdb952faa59cf0125245e433bc298fed (patch)
treee1d152c4d1c59cb7af9d2816675b88cfd022981e /test/integration
parent17c0f52c969e8ab009e81fde15f19cdb1c452d55 (diff)
downloadansible-4452ee86bdb952faa59cf0125245e433bc298fed.tar.gz
Turn mount test back on (#17797)
* Turn mount test back on * Mount tests need PRIVILEGED so turn that back on Revert "Revert "Set PRIVILEGED=true for non_destructive tests. (#17733)" (#17738)" This reverts commit dc0fb1c212df5f08490c3e959b9dce64ff540169. * Add a needs_privileged tag so that we can skip mount tests on centos6 Some containers timeout on shippable tests when run with privileged. Unfortunately, some tests require that in order to run. Tagging those allows us to skip those tests on the platforms that timeout when we get ready to run the integration test in shippable. * Centos6 times out with PRIVILEGED set so remove that (will disable the mount tests on centos6) * Remove false start
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/non_destructive.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/non_destructive.yml b/test/integration/non_destructive.yml
index 582a038551..5ee1b8c6e6 100644
--- a/test/integration/non_destructive.yml
+++ b/test/integration/non_destructive.yml
@@ -44,4 +44,4 @@
- { role: test_add_host, tags: test_add_host }
- { role: test_binary, tags: test_binary }
- { role: test_loops, tags: test_loops }
- #- { role: test_mount, tags: [test_mount, requires_root] }
+ - { role: test_mount, tags: [test_mount, needs_root, needs_privileged]}