Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatousJobanek committed Jan 8, 2025
1 parent dba11a5 commit de8dd00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/parallel/space_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ func TestCreateSpace(t *testing.T) {
// then
VerifyResourcesProvisionedForSpace(t, awaitilities, space.Name)

// ensure that the space is reset back to the original (valid) target cluster
// so the cleanup logic can delete the Space
var resetOnce sync.Once
reset := func() {
resetOnce.Do(func() {
Expand Down

0 comments on commit de8dd00

Please sign in to comment.