From 3fd2b6aeec2cee3b86a21672f56aa94d876d45a8 Mon Sep 17 00:00:00 2001 From: Aashish Radhakrishnan Date: Tue, 12 Nov 2024 16:54:17 -0500 Subject: [PATCH] remove extra line --- mantle/kola/tests/upgrade/basic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/mantle/kola/tests/upgrade/basic.go b/mantle/kola/tests/upgrade/basic.go index 2b9e42e317..2267bca161 100644 --- a/mantle/kola/tests/upgrade/basic.go +++ b/mantle/kola/tests/upgrade/basic.go @@ -333,7 +333,6 @@ func waitForUpgradeToBeStaged(c cluster.TestCluster, m platform.Machine) { c.RunCmdSync(m, "sudo systemd-run --wait -u wait sleep infinity") } - func waitForUpgradeToVersion(c cluster.TestCluster, m platform.Machine, version string) { runFnAndWaitForRebootIntoVersion(c, m, version, func() { // Start Zincati so it will apply the update