Skip to content

Commit

Permalink
test: Run pod creation tests also on Firefox
Browse files Browse the repository at this point in the history
That should work now.
  • Loading branch information
mvollmer authored and martinpitt committed Oct 18, 2024
1 parent 07197e5 commit 51690a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -2942,13 +2942,9 @@ class TestApplication(testlib.MachineCase):
b.wait_visible(container_1_sel + " .ct-badge-toolbox:contains('toolbox')")
b.wait_visible(container_2_sel + " .ct-badge-distrobox:contains('distrobox')")

# this isn't *really* a Firefox bug, but the different timing just triggers this a lot
# https://github.com/cockpit-project/cockpit-podman/issues/1836
@testlib.skipBrowser("pod dialog state management is broken", "firefox")
def testCreatePodSystem(self):
self._createPod(True)

@testlib.skipBrowser("pod dialog state management is broken", "firefox")
def testCreatePodUser(self):
self._createPod(False)

Expand Down

0 comments on commit 51690a7

Please sign in to comment.