Skip to content

Commit 289d32c

Browse files
committed
skipping test
1 parent 9a42a68 commit 289d32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_eio_linux/tests/test.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let read_one_byte ~sw r =
2323
)
2424

2525
let test_poll_add () =
26-
Eio_linux.run ~fallback:skip (fun _stdenv ->
26+
Eio_linux.run ~fallback:skip (fun _stdenv ->
2727
Switch.run @@ fun sw ->
2828
let r, w = Eio_unix.pipe sw in
2929
let thread = read_one_byte ~sw r in

0 commit comments

Comments
 (0)