diff --git a/test/integration/targets/incidental_win_reboot/tasks/main.yml b/test/integration/targets/incidental_win_reboot/tasks/main.yml index 7757e08fcdd..59b9c972bf3 100644 --- a/test/integration/targets/incidental_win_reboot/tasks/main.yml +++ b/test/integration/targets/incidental_win_reboot/tasks/main.yml @@ -7,10 +7,11 @@ - name: reboot with defaults win_reboot: -- name: test with negative values for delays - win_reboot: - post_reboot_delay: -0.5 - pre_reboot_delay: -61 +# HACK: this test often causes subsequent failures on Server 2022- testing disable to see if things improve +#- name: test with negative values for delays +# win_reboot: +# post_reboot_delay: -0.5 +# pre_reboot_delay: -61 - name: schedule a reboot for sometime in the future win_command: shutdown.exe /r /t 599