try disabling negative values win_reboot test (#83735)

* hoping to improve CI stability
pull/83736/head
Matt Davis 4 months ago committed by GitHub
parent 70be017f02
commit a301ae876e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,10 +7,11 @@
- name: reboot with defaults - name: reboot with defaults
win_reboot: win_reboot:
- name: test with negative values for delays # HACK: this test often causes subsequent failures on Server 2022- testing disable to see if things improve
win_reboot: #- name: test with negative values for delays
post_reboot_delay: -0.5 # win_reboot:
pre_reboot_delay: -61 # post_reboot_delay: -0.5
# pre_reboot_delay: -61
- name: schedule a reboot for sometime in the future - name: schedule a reboot for sometime in the future
win_command: shutdown.exe /r /t 599 win_command: shutdown.exe /r /t 599

Loading…
Cancel
Save