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:
Stanislav Láznička 2025-11-04 15:38:32 +01:00 committed by Stanislav Láznička
parent a275785bd4
commit ed62db7acf
No known key found for this signature in database
GPG key ID: 630C09E3089437AF

View file

@ -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) {