Skip to content

Commit

Permalink
Disable wasm junit test as it does not work on Macs until we work aro…
Browse files Browse the repository at this point in the history
…und it.

For more information:
bazelbuild/bazel#4327.

PiperOrigin-RevId: 571152898
  • Loading branch information
mollyibot authored and copybara-github committed Oct 5, 2023
1 parent 05262fa commit 23017dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/wasm/src/test/java/com/google/j2cl/samples/wasm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ package(
j2wasm_test(
name = "HelloWorldTest",
srcs = glob(["*.java"]),
tags = [
"local",
"manual",
],
deps = [
"@com_google_j2cl//:junit-j2wasm",
"@com_google_j2cl//samples/wasm/src/main/java/com/google/j2cl/samples/wasm:helloworld",
Expand Down

0 comments on commit 23017dd

Please sign in to comment.