From: Simon McVittie Date: Tue, 22 Aug 2023 09:31:37 +0000 (+0100) Subject: d/rules: Skip build-time tests that are known to fail or be unreliable X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~46 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0abf6b1333ac2254915c0950f906ef4516abc1db;p=gtk4.git d/rules: Skip build-time tests that are known to fail or be unreliable Upstream flagged these as failing and skips them in their CI, so there's no point in us expecting them to succeed. Closes: #1050075 --- diff --git a/debian/rules b/debian/rules index 88c5001e89..e918622282 100755 --- a/debian/rules +++ b/debian/rules @@ -243,6 +243,10 @@ xfail_reftests = \ $(NULL) skipped_suites = \ + failing \ + flaky \ + wayland_failing \ + wayland_gles_failing \ $(NULL) # https://bugs.debian.org/1024391