tags 1057544 patch
thanks
Hello. Please note that we can also see build failures here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/barrier.html
and I believe reproducible-builds has more than 2 CPUs, so I'm not sure the new
subject is accurate.
The flaky tests are only the ones executed under xvfb-run. Because the
freeze is approaching, I would recommend disabling them (and only them),
as in the attached patch.
(As always: Please contact me privately if you need a VM to reproduce this).
Thanks.
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,6 @@ override_dh_auto_configure:
override_dh_auto_test:
ifneq (,$(filter amd64 i386,$(DEB_HOST_ARCH)))
builddir/bin/guiunittests
- xvfb-run -a builddir/bin/integtests
+ # xvfb-run -a builddir/bin/integtests
builddir/bin/unittests
endif