Skip to content

Commit a75b8ae

Browse files
committed
fix
1 parent 5233995 commit a75b8ae

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/testsuites/pre_provisioned_keyvault_tester.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import (
2020
"context"
2121
"fmt"
2222
"os"
23-
"time"
2423

2524
"github.com/Azure/azure-sdk-for-go/sdk/azcore"
2625
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
@@ -99,8 +98,6 @@ func (t *PreProvisionedKeyVaultTest) Run(client clientset.Interface, namespace *
9998
defer tpod.Cleanup()
10099
ginkgo.By("checking that the pods command exits with no error")
101100
tpod.WaitForSuccess()
102-
ginkgo.By("sleep........")
103-
time.Sleep(5 * time.Minute)
104101
}
105102
}
106103
}

0 commit comments

Comments
 (0)