We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13200ed commit 442c7ddCopy full SHA for 442c7dd
test/xref2/big_search_path.t/run.t
@@ -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
+
5
Testing our timeout (timeout is not available on mac):
6
7
$ ./timeout.sh 0.01 "sleep 2" 2> /dev/null
8
-
9
We create a lot of directories
10
11
$ i=1
test/xref2/dune
@@ -60,3 +60,10 @@
60
(applies_to lookup_def shadow3 to_remove_test)
61
(enabled_if
62
(>= %{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