Skip to content

Commit

Permalink
chore: fix race condition in sys test cleanup causing local failures (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aclevername authored Nov 20, 2024
1 parent 6c032ab commit 492b32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/system_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func getEnvOrDefault(envVar, defaultValue string) string {
return value
}

var _ = AfterSuite(func() {
var _ = SynchronizedAfterSuite(func() {}, func() {
platform.eventuallyKubectlDelete("deployments", "-n", "kratix-platform-system", "kratix-promise-release-test-hoster")
os.RemoveAll(testTempDir)
})
Expand Down

0 comments on commit 492b32b

Please sign in to comment.