diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-16 07:24:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 07:24:49 +0000 |
commit | 78c149ff9129934b5948d01d1178a5427b5b0753 (patch) | |
tree | 3becd30f59df89828740895331dd61bec12e64e6 /test/system/010-images.bats | |
parent | a6226540e256895a0e3b6486a36fed0674a25169 (diff) | |
parent | 0a202a9f03e3bb9c9a2f45f6e2593e60b24f794e (diff) | |
download | podman-78c149ff9129934b5948d01d1178a5427b5b0753.tar.gz podman-78c149ff9129934b5948d01d1178a5427b5b0753.tar.bz2 podman-78c149ff9129934b5948d01d1178a5427b5b0753.zip |
Merge pull request #14529 from edsantiago/testimage_with_consistent_timestamps
system test image: bump to 20220615
Diffstat (limited to 'test/system/010-images.bats')
-rw-r--r-- | test/system/010-images.bats | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/system/010-images.bats b/test/system/010-images.bats index 257508418..69ed1004c 100644 --- a/test/system/010-images.bats +++ b/test/system/010-images.bats @@ -158,6 +158,11 @@ Labels.created_at | 20[0-9-]\\\+T[0-9:]\\\+Z # start here because this is the first one, fix this problem. # You can (probably) ignore any subsequent failures showing '@sha' # in the error output. + # + # WARNING! This test is likely to fail for an hour or so after + # building a new testimage (via build-testimage script), because + # two consecutive 'podman images' may result in a one-minute + # difference in the "XX minutes ago" output. This is OK to ignore. run_podman images -a is "$output" "$images_baseline" "images -a, after pull: same as before" |