nixos/tests: Remove unnecesary wait from initrdBackdoor

This commit is contained in:
Will Fancher 2024-03-26 23:40:05 -04:00
parent 57e6b3a9e4
commit 7935db1456

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()