summaryrefslogtreecommitdiff
path: root/test/integration/targets/win_exec_wrapper/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/win_exec_wrapper/tasks/main.yml')
-rw-r--r--test/integration/targets/win_exec_wrapper/tasks/main.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/integration/targets/win_exec_wrapper/tasks/main.yml b/test/integration/targets/win_exec_wrapper/tasks/main.yml
index f1342c48..8fc54f7c 100644
--- a/test/integration/targets/win_exec_wrapper/tasks/main.yml
+++ b/test/integration/targets/win_exec_wrapper/tasks/main.yml
@@ -272,12 +272,3 @@
assert:
that:
- ps_log_count.stdout | int == 0
-
-- name: test module that sets HadErrors with no error records
- test_rc_1:
- register: module_had_errors
-
-- name: assert test module that sets HadErrors with no error records
- assert:
- that:
- - module_had_errors.rc == 0