diff --git a/lib/testmap.py b/lib/testmap.py index 2d5590faa3..36445a6216 100644 --- a/lib/testmap.py +++ b/lib/testmap.py @@ -45,7 +45,6 @@ def contexts(image, *scenarios: Iterable[str]): # this runs coverage, reports need the whole test suite *contexts(TEST_OS_DEFAULT, ['devel']), *contexts(TEST_OS_DEFAULT, ['firefox'], COCKPIT_SCENARIOS), - *contexts(TEST_OS_DEFAULT, ['pybridge'], COCKPIT_SCENARIOS), *contexts('centos-8-stream', ['pybridge'], COCKPIT_SCENARIOS), # no udisks on CoreOS → skip storage *contexts('fedora-coreos', COCKPIT_SCENARIOS - {'storage'}),