mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
e2e registry: run as pods even in seemingly in-cluster pull tests
Signed-off-by: Stanislav Láznička <slznika@microsoft.com>
This commit is contained in:
parent
a275785bd4
commit
ed62db7acf
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ while true; do sleep 1; done
|
|||
ginkgo.BeforeEach(func(ctx context.Context) {
|
||||
var err error
|
||||
|
||||
registryAddress, _, err = e2eregistry.SetupRegistry(ctx, f, false)
|
||||
registryAddress, _, err = e2eregistry.SetupRegistry(ctx, f, true)
|
||||
framework.ExpectNoError(err)
|
||||
// we need to wait for the registry to be removed and so we need to delete the whole NS ourselves
|
||||
ginkgo.DeferCleanup(func(ctx context.Context) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue