projects
/
ocaml.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da50cb1
)
Do not run flaky test (Closes: #1103008)
author
Stéphane Glondu
<glondu@debian.org>
Tue, 10 Jun 2025 05:42:26 +0000
(07:42 +0200)
committer
Stéphane Glondu
<glondu@debian.org>
Tue, 10 Jun 2025 06:12:51 +0000
(08:12 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 7de995a992370a0d0c0803052444961e48c2e564..f65ec98cb6579b347f1aab6ef1906d6ed05e8a65 100755
(executable)
--- 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