Skip to content

Commit

Permalink
Disable Wasm testing for CI until Mac OS issues are resolved.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 571242010
  • Loading branch information
mollyibot authored and copybara-github committed Oct 6, 2023
1 parent 224eb27 commit 5023572
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build_test_samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ if [[ $1 == "CI" ]]; then
(cd samples/guava && bazel build ...)

# Build wasm Hello World sample in its own workspace
(cd samples/wasm && bazel test ...)
(cd samples/wasm && bazel build ...)
fi
4 changes: 0 additions & 4 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,10 +8,6 @@ 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 5023572

Please sign in to comment.