We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8425401 commit 3b0b6cfCopy full SHA for 3b0b6cf
e2e/utils_test.go
@@ -77,8 +77,6 @@ func ModifyCapsuleConfigurationOpts(fn func(configuration *capsulev1beta2.Capsul
77
fn(config)
78
79
Expect(k8sClient.Update(context.Background(), config)).ToNot(HaveOccurred())
80
-
81
- time.Sleep(1 * time.Second)
82
}
83
84
func CheckForOwnerRoleBindings(ns *corev1.Namespace, owner capsulev1beta2.OwnerSpec, roles map[string]bool) func() error {
0 commit comments