diff options
author | James Cammarata <jimi@sngx.net> | 2015-07-08 18:23:19 +0200 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2015-07-08 18:23:42 +0200 |
commit | f5baad4fb2e737cde02f2a89f0c9e12e5cca1b0b (patch) | |
tree | f4147b132f6399e4d94820779bf8e93b1b90f068 /test | |
parent | Fix first_available_file: support for copy and template actions (diff) | |
download | ansible-f5baad4fb2e737cde02f2a89f0c9e12e5cca1b0b.tar.xz ansible-f5baad4fb2e737cde02f2a89f0c9e12e5cca1b0b.zip |
Removing unicode --start-at-task test for now as we haven't added that back into devel
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/Makefile b/test/integration/Makefile index 561751456f..69416b1658 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -38,7 +38,7 @@ includes: unicode: ansible-playbook unicode.yml -i $(INVENTORY) -e @$(VARS_FILE) -v $(TEST_FLAGS) -e 'extra_var=café' # Test the start-at-task flag #9571 - ansible-playbook unicode.yml -i $(INVENTORY) -e @$(VARS_FILE) -v --start-at-task '*¶' -e 'start_at_task=True' $(TEST_FLAGS) + #ansible-playbook unicode.yml -i $(INVENTORY) -e @$(VARS_FILE) -v --start-at-task '*¶' -e 'start_at_task=True' $(TEST_FLAGS) test_templating_settings: ansible-playbook test_templating_settings.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS) |