Skip to content

Commit db8d526

Browse files
craigfesamoht
authored andcommitted
irmin-test: disable flaky test 'Watch.Basic operations'
See #1447. (cherry picked from commit e481bdf)
1 parent 07d9f8b commit db8d526

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: src/irmin-test/store_watch.ml

+5-4
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,9 @@ module Make (Log : Logs.LOG) (S : S) = struct
351351
run x test
352352

353353
let tests =
354-
[
355-
("Callbacks and exceptions", test_watch_exn);
356-
("Basic operations", test_watches);
357-
]
354+
(* [test_watches] has been disabled for being flaky.
355+
TODO: work out why, fix it, and re-enable it.
356+
See https://github.com/mirage/irmin/issues/1447. *)
357+
let _ = ("Basic operations", test_watches) in
358+
[ ("Callbacks and exceptions", test_watch_exn) ]
358359
end

0 commit comments

Comments
 (0)