Skip to content

Commit d2a643f

Browse files
committed
Disable tests
1 parent 87622a2 commit d2a643f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

extensions/wasm_bindgen/rules_js/test/BUILD.bazel

+8
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ js_test(
7171
name = "hello_world_wasm_direct_test",
7272
data = _WASM_DATA,
7373
entry_point = "hello_world_wasm_test.js",
74+
tags = [
75+
# TODO: https://github.com/bazelbuild/rules_rust/issues/3266
76+
"manual",
77+
],
7478
)
7579

7680
js_library(
@@ -88,6 +92,10 @@ js_test(
8892
":hello_world_wasm_lib",
8993
],
9094
entry_point = ":hello_world_wasm_lib",
95+
tags = [
96+
# TODO: https://github.com/bazelbuild/rules_rust/issues/3266
97+
"manual",
98+
],
9199
)
92100

93101
build_test(

0 commit comments

Comments
 (0)