From ba3663d8bfdc7ef36f541882615317687957729a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 20 Jan 2025 15:52:33 +0100 Subject: [PATCH] test: Re-enable TestPages.testAllLanguages and TestGrafana.testBasic on chromium Now that our tasks container has the full chromium installed, we can re-enable the tests which were buggy with chromium-headless. https://issues.redhat.com/browse/COCKPIT-1159 --- test/verify/check-metrics | 2 -- test/verify/check-pages | 2 -- 2 files changed, 4 deletions(-) diff --git a/test/verify/check-metrics b/test/verify/check-metrics index 37a02e95b824..448d718a0d3d 100755 --- a/test/verify/check-metrics +++ b/test/verify/check-metrics @@ -1461,8 +1461,6 @@ class TestMultiCPU(testlib.MachineCase): @testlib.skipOstree("no PCP support") @testlib.skipImage("pcp not currently in testing", "debian-testing") -# FIXME: Works with TEST_SHOW_BROWSER; not obvious what happens -@testlib.skipBrowser("Headless chromium spontaneously logs out Grafana", "chromium") class TestGrafanaClient(testlib.MachineCase): provision = { diff --git a/test/verify/check-pages b/test/verify/check-pages index b05e7f342e83..bc4aba96d6d9 100755 --- a/test/verify/check-pages +++ b/test/verify/check-pages @@ -258,8 +258,6 @@ OnCalendar=daily b.wait_visible('#password-group') b.wait_text("#password-group > label", "Passwort") - # FIXME: Works with TEST_SHOW_BROWSER; not obvious what happens - @testlib.skipBrowser("Headless chromium spontaneously logs out", "chromium") def testAllLanguages(self): # Test that pages do not oops m = self.machine