From 9825cb57c9a794ae7fbd746c206498072038118b Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Thu, 21 Aug 2025 10:02:13 -0500 Subject: [PATCH] Test with service account --- 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 13ae96a..8c95f6a 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() {