disable t_fib1 test, way too flaky

This commit is contained in:
Simon Cruanes 2024-08-01 13:42:55 -04:00
parent f93248a867
commit 5cdda79098
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,5 +1,6 @@
(tests (tests
(names t_fib1 t_fls t_main) (names t_fls t_main ; t_fib1
)
(enabled_if (enabled_if
(>= %{ocaml_version} 5.0)) (>= %{ocaml_version} 5.0))
(package moonpool) (package moonpool)