mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
Test with service account
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user