Skip to content

Commit 8695a9b

Browse files
authored
Merge branch 'main' into make-operator-aware-of-registry-cert
2 parents 409ec9f + 05a3ccd commit 8695a9b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/e2e/func_middleware_update_test.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ var _ = Describe("Middleware Update", func() {
5454
"as those are not supported on used CLI version (1.20.x) of this tests")
5555
}
5656

57-
if os.Getenv("DEFAULT_BUILDER") == "pack" {
58-
Skip("Skipping middleware test for pack builder, " +
59-
"as it does not add the middleware version label on remote builds yet")
60-
}
61-
6257
var err error
6358

6459
// Create repository provider resources with automatic cleanup
@@ -270,11 +265,6 @@ var _ = Describe("Middleware Update", func() {
270265
"as those are not supported on used CLI version (1.20.x) of this tests")
271266
}
272267

273-
if os.Getenv("DEFAULT_BUILDER") == "pack" {
274-
Skip("Skipping middleware test for pack builder, " +
275-
"as it does not add the middleware version label on remote builds yet")
276-
}
277-
278268
var err error
279269

280270
// Save original ConfigMap data to restore later

0 commit comments

Comments
 (0)