diff --git a/tests/end2end/fixtures/quteprocess.py b/tests/end2end/fixtures/quteprocess.py index 7d2856fb7..f36cc2c8e 100644 --- a/tests/end2end/fixtures/quteprocess.py +++ b/tests/end2end/fixtures/quteprocess.py @@ -83,6 +83,8 @@ def is_ignored_lowlevel_message(message): # GitHub Actions with Archlinux unstable packages 'libEGL warning: DRI3: Screen seems not DRI3 capable', 'libEGL warning: egl: failed to create dri2 screen', + 'libEGL warning: DRI3 error: Could not get DRI3 device', + 'libEGL warning: Activate DRI3 at Xorg or build mesa with DRI2', ] return any(testutils.pattern_match(pattern=pattern, value=message) for pattern in ignored_messages)