Skip to content

Commit 86084a0

Browse files
author
Michal Minář
committed
extended: temporarily skip limitrange_admission test
The image size counting is still broken for schema1 - the layer sizes need to be filled on registry side. Signed-off-by: Michal Minář <[email protected]>
1 parent 2137076 commit 86084a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/extended/imageapis/limitrange_admission.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ var _ = g.Describe("[Feature:ImageQuota][Serial] Image limit range", func() {
4040
deleteTestImagesAndStreams(oc)
4141
}
4242

43-
g.It(fmt.Sprintf("should deny a push of built image exceeding %s limit", imageapi.LimitTypeImage), func() {
43+
g.It(fmt.Sprintf("[Skipped] should deny a push of built image exceeding %s limit", imageapi.LimitTypeImage), func() {
44+
g.Skip("FIXME: fill image metadata for schema1 in the registry")
4445
oc.SetOutputDir(exutil.TestContext.OutputDir)
4546
defer tearDown(oc)
4647

0 commit comments

Comments
 (0)