Skip to content

Commit 05ac241

Browse files
committed
Disable BLAKE2b tests for now
1 parent c953ec4 commit 05ac241

File tree

1 file changed

+2
-2
lines changed
  • compiler/tests-ocaml/lib-digest

1 file changed

+2
-2
lines changed

compiler/tests-ocaml/lib-digest/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
(names digests)
2323
(libraries)
2424
(enabled_if
25-
(>= %{ocaml_version} 5.2))
25+
(and (>= %{ocaml_version} 5.2) (<> %{profile} wasm) (<> %{profile} wasm-effects)))
2626
(modules digests)
2727
(modes js))
2828

2929
(rule
3030
(alias runtest)
3131
(deps digests.bc.js)
3232
(enabled_if
33-
(>= %{ocaml_version} 5.2))
33+
(and (>= %{ocaml_version} 5.2) (<> %{profile} wasm) (<> %{profile} wasm-effects)))
3434
(action
3535
(run node ./digests.bc.js)))

0 commit comments

Comments
 (0)