Skip to content

Commit

Permalink
Disable test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Oct 7, 2022
1 parent adec85f commit ef0652d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/passing/dune.inc
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@

(rule
(deps tests/.ocamlformat )
(enabled_if (<> %{os_type} Win32))
(package ocamlformat)
(action
(with-stdout-to break_cases-vertical.ml.stdout
Expand All @@ -465,11 +466,13 @@

(rule
(alias runtest)
(enabled_if (<> %{os_type} Win32))
(package ocamlformat)
(action (diff tests/break_cases-vertical.ml.ref break_cases-vertical.ml.stdout)))

(rule
(alias runtest)
(enabled_if (<> %{os_type} Win32))
(package ocamlformat)
(action (diff tests/break_cases-vertical.ml.err break_cases-vertical.ml.stderr)))

Expand Down
1 change: 1 addition & 0 deletions test/passing/tests/break_cases-vertical.ml.enabled-if
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(<> %{os_type} Win32)

0 comments on commit ef0652d

Please sign in to comment.