Merge pull request #299395 from ElvishJerricco/initrd-backdoor-remove-unnecessary-wait

nixos/tests: Remove unnecesary wait from initrdBackdoor
This commit is contained in:
Jacek Galowicz 2024-03-27 09:49:40 +01:00 committed by GitHub
commit e6e4a15f3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -1250,6 +1250,5 @@ class Machine:
check_return=False,
check_output=False,
)
self.wait_for_console_text(r"systemd\[1\]:.*Switching root\.")
self.connected = False
self.connect()