Skip to content

Commit 3b0b6cf

Browse files
committed
test: removing unquired sleep
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
1 parent 8425401 commit 3b0b6cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

e2e/utils_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ func ModifyCapsuleConfigurationOpts(fn func(configuration *capsulev1beta2.Capsul
7777
fn(config)
7878

7979
Expect(k8sClient.Update(context.Background(), config)).ToNot(HaveOccurred())
80-
81-
time.Sleep(1 * time.Second)
8280
}
8381

8482
func CheckForOwnerRoleBindings(ns *corev1.Namespace, owner capsulev1beta2.OwnerSpec, roles map[string]bool) func() error {

0 commit comments

Comments
 (0)