Skip to content

Commit

Permalink
ci: remove upgrade workaround for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed Oct 10, 2024
1 parent 4bdcca5 commit d9cb647
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/e2e/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,17 +214,6 @@ var _ = Describe("E2E - Install Rancher Manager", Label("install"), func() {
// Also don't check the returned error, as it will always not equal 0
_ = exec.Command("bash", "-c", "sudo mv -f /etc/rancher/{k3s,rke2}/{k3s,rke2}.yaml ~/").Run()
})

if testType == "ui" {
By("Workaround for upgrade test, restart Fleet controller and agent", func() {
for _, d := range [][]string{
{"cattle-fleet-local-system", "fleet-agent"},
{"cattle-fleet-system", "fleet-controller"},
} {
rolloutDeployment(d[0], d[1])
}
})
}
})

// Deploy operator in CLI test
Expand Down

0 comments on commit d9cb647

Please sign in to comment.