Skip to content

Commit

Permalink
naughty: Add pattern for Fedora podman-next image push regression
Browse files Browse the repository at this point in the history
Upstream issue: containers/podman#20611
Known issue cockpit-project#5515
  • Loading branch information
martinpitt committed Nov 7, 2023
1 parent 4425b6a commit 7cd37dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions naughty/fedora-39/5515-podman-push-image-change
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Traceback (most recent call last):
File "test/check-application", line *, in testDownloadImage
dialog1.deleteImage(True, another=IMG_BUSYBOX_LATEST)
*
testlib.Error: timeout
wait_js_cond(ph_is_present(".pf-v5-c-check__input[aria-label='localhost/test-busybox:latest']:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true
6 changes: 6 additions & 0 deletions naughty/fedora-40/5515-podman-push-image-change
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Traceback (most recent call last):
File "test/check-application", line *, in testDownloadImage
dialog1.deleteImage(True, another=IMG_BUSYBOX_LATEST)
*
testlib.Error: timeout
wait_js_cond(ph_is_present(".pf-v5-c-check__input[aria-label='localhost/test-busybox:latest']:not([disabled]):not([aria-disabled=true])")): Uncaught (in promise) Error: condition did not become true

0 comments on commit 7cd37dd

Please sign in to comment.