mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18:06 +00:00
Remove commented code
This commit is contained in:
@@ -12,22 +12,3 @@ func TestE2E(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "onepassword-operator e2e suite")
|
||||
}
|
||||
|
||||
//By("create onepassword-token secret")
|
||||
//connectToken, _ := os.LookupEnv("OP_CONNECT_TOKEN")
|
||||
//Expect(connectToken).NotTo(BeEmpty())
|
||||
//output := exec.Command("kubectl", "-n", namespace, "create", "secret", "generic", "onepassword-token", "--from-literal=token="+connectToken)
|
||||
//_, err = utils.Run(output)
|
||||
//ExpectWithOffset(1, err).NotTo(HaveOccurred())
|
||||
|
||||
//It("Secret is updated after POOLING_INTERVAL", func() {
|
||||
// // TODO: implement
|
||||
//})
|
||||
//
|
||||
//It("Secret with `ignore-secret` annotation is not updated", func() {
|
||||
// // TODO: implement
|
||||
//})
|
||||
//
|
||||
//It("Deployment not auto restarts when ", func() {
|
||||
// // TODO: implement
|
||||
//})
|
||||
|
Reference in New Issue
Block a user