diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index 8c95f6a..13ae96a 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -39,13 +39,13 @@ var _ = Describe("Onepassword Operator e2e", Ordered, func() { operator.WaitingForOperatorPod() }) - //Context("Use the operator with Connect", func() { - // BeforeAll(func() { - // operator.WaitingForConnectPod() - // }) - // - // runCommonTestCases() - //}) + Context("Use the operator with Connect", func() { + BeforeAll(func() { + operator.WaitingForConnectPod() + }) + + runCommonTestCases() + }) Context("Use the operator with Service Account", func() { BeforeAll(func() {