ocaml-multicore / eio

Effects-based direct-style IO for multicore OCaml
Other
540 stars 66 forks source link

eio_linux tests: skip fixed buffer test if not available #604

Closed talex5 closed 1 year ago

talex5 commented 1 year ago

This test frequently causes CI failures because the build machines are often low on memory and refuse to provide a fixed buffer. Just skip the test in that case.