From: Stéphane Glondu Date: Tue, 10 Jun 2025 05:42:26 +0000 (+0200) Subject: Do not run flaky test (Closes: #1103008) X-Git-Tag: archive/raspbian/5.3.0-3+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b6174b521b81b0ebf2f965de799d1ea57c5294b5;p=ocaml.git Do not run flaky test (Closes: #1103008) --- diff --git a/debian/rules b/debian/rules index 7de995a9..f65ec98c 100755 --- a/debian/rules +++ b/debian/rules @@ -280,6 +280,10 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) rm -f testsuite/tests/lib-threads/sockets.* : # FIXME: the following test fails, we temporarily disable it rm -rf testsuite/tests/tool-debugger/find-artifacts/ +ifeq ($(DEB_BUILD_ARCH),arm64) + : # the following test is flaky, see #1103008 + rm -f testsuite/tests/lib-runtime-events/test_dropped_events.ml +endif ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES))) rm -f testsuite/tests/misc-unsafe/almabench.ml endif