From a301ae876e0d1a48f58002fffa27b157ad4c5f1e Mon Sep 17 00:00:00 2001 From: Matt Davis <6775756+nitzmahone@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:34:57 -0700 Subject: [PATCH] try disabling negative values win_reboot test (#83735) * hoping to improve CI stability --- .../targets/incidental_win_reboot/tasks/main.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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