summary refs log tree commit diff
path: root/nixos/tests/mysql/mysql-backup.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/mysql/mysql-backup.nix')
-rw-r--r--nixos/tests/mysql/mysql-backup.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/mysql/mysql-backup.nix b/nixos/tests/mysql/mysql-backup.nix
index 9335b233327..968f56dd3c9 100644
--- a/nixos/tests/mysql/mysql-backup.nix
+++ b/nixos/tests/mysql/mysql-backup.nix
@@ -51,7 +51,6 @@ let
 
       # Do a backup and wait for it to start
       master.start_job("mysql-backup.service")
-      master.wait_for_unit("mysql-backup.service")
 
       # wait for backup to fail, because of database 'doesnotexist'
       master.wait_until_fails("systemctl is-active -q mysql-backup.service")