Skip to content

Commit de1e33a

Browse files
authored
Merge branch 'main' into rework-e2e-tests
2 parents 4901b9b + 05a3ccd commit de1e33a

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
@@ -271,11 +266,6 @@ var _ = Describe("Middleware Update", func() {
271266
"as those are not supported on used CLI version (1.20.x) of this tests")
272267
}
273268

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

281271
// Save original ConfigMap data to restore later

0 commit comments

Comments
 (0)