Skip to content

Commit

Permalink
test: disable flake (#11087)
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>
  • Loading branch information
rgrinberg authored Nov 3, 2024
1 parent af29910 commit 41c6a7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/blackbox-tests/test-cases/pkg/dune
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,9 @@
(cram
(deps %{bin:ocaml_index})
(applies_to gh10985))

;; disabled for flakiness

(cram
(enabled_if false)
(applies_to gh10959))

0 comments on commit 41c6a7c

Please sign in to comment.