Skip to content

Commit 442c7dd

Browse files
panglesdjonludlam
authored andcommitted
Disable "big search path" test.
Was too brittle: too many false positive in CI Signed-off-by: Paul-Elliot <peada@free.fr>
1 parent 13200ed commit 442c7dd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

test/xref2/big_search_path.t/run.t

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
WARNING: DISABLED in the dune file.
2+
Was too brittle (it had too many false positive in CI.). Kept for reference
3+
until the test is integrated in a benchmark. (TODO)
4+
15
Testing our timeout (timeout is not available on mac):
26

37
$ ./timeout.sh 0.01 "sleep 2" 2> /dev/null
48

5-
69
We create a lot of directories
710

811
$ i=1

test/xref2/dune

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,10 @@
6060
(applies_to lookup_def shadow3 to_remove_test)
6161
(enabled_if
6262
(>= %{ocaml_version} 4.14.0)))
63+
64+
; Disable the big_search_path test, as it had too many false positive in CI.
65+
; Kept for reference until the test is integrated in a benchmark. (TODO)
66+
67+
(cram
68+
(applies_to big_search_path)
69+
(enabled_if false))

0 commit comments

Comments
 (0)