From d0b11c70f0abc11bef503636112c36e451647e0b Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Thu, 21 Aug 2025 10:11:06 -0500 Subject: [PATCH] Roll back Connect test --- test/e2e/e2e_test.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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() {