mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 07:17:40 -02:30
Do not expect failure in tower_import test
This commit is contained in:
@@ -33,7 +33,7 @@
|
|||||||
that:
|
that:
|
||||||
- import_output is changed
|
- import_output is changed
|
||||||
|
|
||||||
- name: "Import something again (awxkit is not idempotent, this tests a failure)"
|
- name: "Import the same thing again"
|
||||||
tower_import:
|
tower_import:
|
||||||
assets:
|
assets:
|
||||||
organizations:
|
organizations:
|
||||||
@@ -55,8 +55,8 @@
|
|||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- import_output is failed
|
- import_output is not failed
|
||||||
- "'Organization with this Name already exists' in import_output.msg"
|
# - import_output is not changed # FIXME: module not idempotent
|
||||||
|
|
||||||
- name: "Write out a json file"
|
- name: "Write out a json file"
|
||||||
copy:
|
copy:
|
||||||
|
|||||||
Reference in New Issue
Block a user