about summary refs log tree commit diff
path: root/nixos/tests/babeld.nix
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2023-10-03 00:59:44 -0700
committerJade Lovelace <software@lfcode.ca>2024-01-19 00:11:33 -0800
commit426d5046b586fa63a5f78d5879bec32acea2f7d4 (patch)
tree10bee502e3246ceb9c9682f59581b0d1cdffc379 /nixos/tests/babeld.nix
parentc11401bf4bf324a962190e3b13c0fc8154382322 (diff)
nixos/tests: fix babeld under network-online dep fix
Diffstat (limited to 'nixos/tests/babeld.nix')
-rw-r--r--nixos/tests/babeld.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/tests/babeld.nix b/nixos/tests/babeld.nix
index d4df6f86d089d..e497aa5b64e15 100644
--- a/nixos/tests/babeld.nix
+++ b/nixos/tests/babeld.nix
@@ -120,10 +120,6 @@ import ./make-test-python.nix ({ pkgs, lib, ...} : {
     ''
       start_all()
 
-      client.wait_for_unit("network-online.target")
-      local_router.wait_for_unit("network-online.target")
-      remote_router.wait_for_unit("network-online.target")
-
       local_router.wait_for_unit("babeld.service")
       remote_router.wait_for_unit("babeld.service")