From 51690a7dc54caf9c51a1bce585669cefd5fcc1d3 Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Thu, 17 Oct 2024 13:54:24 +0300 Subject: [PATCH] test: Run pod creation tests also on Firefox That should work now. --- test/check-application | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/check-application b/test/check-application index 340d9bcc..eaf8265f 100755 --- a/test/check-application +++ b/test/check-application @@ -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)