From 66ffe199e541ffc2e50d54c4adb3212692087721 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Fri, 23 Sep 2016 16:35:34 -0700 Subject: [PATCH] Disable mount tests for now. Mount is buggy on too many platforms --- test/integration/non_destructive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/non_destructive.yml b/test/integration/non_destructive.yml index b4f847e3bbc..b5eb1956623 100644 --- a/test/integration/non_destructive.yml +++ b/test/integration/non_destructive.yml @@ -42,4 +42,4 @@ - { role: test_embedded_module, tags: test_embedded_module } - { role: test_add_host, tags: test_add_host } - { role: test_binary, tags: test_binary } - - { role: test_mount, tags: [test_mount, requires_root] } + #- { role: test_mount, tags: [test_mount, requires_root] } \ No newline at end of file