Skip to content

Commit 5bf0975

Browse files
authored
runtime events: disable flaky test (#3830)
The test has been observed to fail on bytecode too, disable it.
1 parent e47ecc5 commit 5bf0975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tests/lib-runtime-events/test_dropped_events.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
include unix;
1010
set OCAMLRUNPARAM = "e=6";
1111
hasunix;
12+
arch_amd64;
1213
{ bytecode; }
1314
{
14-
arch_amd64;
1515
native;
1616
}
1717
}

0 commit comments

Comments
 (0)