summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/apiv2/10-images.at3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at
index 6f439ad85..53702fa0a 100644
--- a/test/apiv2/10-images.at
+++ b/test/apiv2/10-images.at
@@ -148,6 +148,7 @@ podman pull busybox
#is "$img_cnt" 2 "number of images in tar archive"
# TODO getting multiple images is not supported yet
# once it is supported replace the test below by the tests above
-t GET "images/get?names=alpine&names=busybox" 501
+t GET "images/get?names=alpine&names=busybox" 501 \
+ .cause="getting multiple image is not supported yet"
# vim: filetype=sh