Skip to content

Commit

Permalink
test: Re-enable TestPages.testAllLanguages and TestGrafana.testBasic …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
martinpitt committed Jan 20, 2025
1 parent f6b3012 commit ba3663d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/verify/check-metrics
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
2 changes: 0 additions & 2 deletions test/verify/check-pages
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba3663d

Please sign in to comment.