mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-22 07:28: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()
|
operator.WaitingForOperatorPod()
|
||||||
})
|
})
|
||||||
|
|
||||||
Context("Use the operator with Connect", func() {
|
//Context("Use the operator with Connect", func() {
|
||||||
BeforeAll(func() {
|
// BeforeAll(func() {
|
||||||
operator.WaitingForConnectPod()
|
// operator.WaitingForConnectPod()
|
||||||
})
|
// })
|
||||||
|
//
|
||||||
runCommonTestCases()
|
// runCommonTestCases()
|
||||||
})
|
//})
|
||||||
|
|
||||||
Context("Use the operator with Service Account", func() {
|
Context("Use the operator with Service Account", func() {
|
||||||
BeforeAll(func() {
|
BeforeAll(func() {
|
||||||
|
Reference in New Issue
Block a user