summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-02-17 16:19:56 -0600
committerJames Cammarata <jimi@sngx.net>2015-02-17 16:19:56 -0600
commit64d1249598405c38f8705107baed2a3b4b3295f0 (patch)
tree4a89f9e7de3c5f3da4a7d2571aacfc73efac2d01
parent2572038f72a08c0f4a7e7dd515e832257206f02a (diff)
downloadansible-64d1249598405c38f8705107baed2a3b4b3295f0.tar.gz
Removing delegate_to integration tests, since it's not enabled in devel eitherv1.8.3release1.8.3
-rw-r--r--test/integration/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/Makefile b/test/integration/Makefile
index 5f6d04fc56..d1ce4ad81a 100644
--- a/test/integration/Makefile
+++ b/test/integration/Makefile
@@ -19,7 +19,7 @@ TMPDIR = $(shell mktemp -d 2>/dev/null || mktemp -d -t 'mytmpdir')
VAULT_PASSWORD_FILE = vault-password
-all: parsing test_var_precedence unicode non_destructive destructive includes check_mode test_hash test_handlers test_group_by test_vault test_delegate_to
+all: parsing test_var_precedence unicode non_destructive destructive includes check_mode test_hash test_handlers test_group_by test_vault
parsing:
ansible-playbook bad_parsing.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -vvv $(TEST_FLAGS) --tags prepare,common,scenario1; [ $$? -eq 3 ]