mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
try disabling negative values win_reboot test (#83735)
* hoping to improve CI stability
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user