Removing invalid test target as it's not in 2.0 yet

pull/15204/head
James Cammarata 9 years ago
parent bc607127ef
commit 52998646e2

@ -23,7 +23,7 @@ VAULT_PASSWORD_FILE = vault-password
CONSUL_RUNNING := $(shell python consul_running.py)
EUID := $(shell id -u -r)
all: setup test_test_infra parsing test_var_precedence unicode test_templating_settings environment non_destructive destructive includes pull check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_connection test_gathering_facts
all: setup test_test_infra parsing test_var_precedence unicode test_templating_settings environment non_destructive destructive includes pull check_mode test_hash test_handlers test_group_by test_vault test_tags test_lookup_paths no_log test_connection
test_test_infra:
# ensure fail/assert work locally and can stop execution with non-zero exit code

Loading…
Cancel
Save