diff --git a/test/integration/targets/win_exec_wrapper/tasks/main.yml b/test/integration/targets/win_exec_wrapper/tasks/main.yml index 8b9b4b9dcbc..22d97a560d0 100644 --- a/test/integration/targets/win_exec_wrapper/tasks/main.yml +++ b/test/integration/targets/win_exec_wrapper/tasks/main.yml @@ -268,14 +268,6 @@ <<: *become_vars ansible_remote_tmp: C:\Windows\TEMP\test-dir - - name: assert warning about tmpdir deletion is present - assert: - that: - - temp_deletion_warning.warnings | count == 1 - - >- - temp_deletion_warning.warnings[0] is - regex("(?i).*Failed to cleanup temporary directory 'C:\\\\Windows\\\\TEMP\\\\test-dir\\\\.*' used for compiling C# code\\. Files may still be present after the task is complete\\..*") - always: - name: ensure test user is deleted win_user: