Skip to content

Commit 0b4b6d3

Browse files
committed
Disable js_of_ocaml tests
1 parent d49fe94 commit 0b4b6d3

File tree

1 file changed

+8
-2
lines changed
  • ppx/ppx_deriving_json/tests

1 file changed

+8
-2
lines changed

ppx/ppx_deriving_json/tests/dune

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,21 @@
2727
(rule
2828
(alias runtest)
2929
(enabled_if
30-
(>= %{ocaml_version} 5.1))
30+
(and
31+
(>= %{ocaml_version} 5.1)
32+
(<> %{profile} wasm)
33+
(<> %{profile} wasm-effects)))
3134
;; (package js_of_ocaml-ppx)
3235
(action
3336
(diff ppx.mlt ppx.mlt.corrected)))
3437

3538
(rule
3639
(alias runtest)
3740
(enabled_if
38-
(>= %{ocaml_version} 5.1))
41+
(and
42+
(>= %{ocaml_version} 5.1)
43+
(<> %{profile} wasm)
44+
(<> %{profile} wasm-effects)))
3945
;; (package js_of_ocaml-ppx)
4046
(action
4147
(diff gen.mlt gen.mlt.corrected)))

0 commit comments

Comments
 (0)