Do not run flaky test (Closes: #1103008)
authorStéphane Glondu <glondu@debian.org>
Tue, 10 Jun 2025 05:42:26 +0000 (07:42 +0200)
committerStéphane Glondu <glondu@debian.org>
Tue, 10 Jun 2025 06:12:51 +0000 (08:12 +0200)
debian/rules

index 7de995a992370a0d0c0803052444961e48c2e564..f65ec98cb6579b347f1aab6ef1906d6ed05e8a65 100755 (executable)
@@ -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