From b6174b521b81b0ebf2f965de799d1ea57c5294b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Glondu?= Date: Tue, 10 Jun 2025 07:42:26 +0200 Subject: [PATCH] Do not run flaky test (Closes: #1103008) --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2