Skip to content

Commit

Permalink
test: Exclude wasm_vm_test from CI by making it a "manual" test. (ist…
Browse files Browse the repository at this point in the history
…io#207)

The wee v8 build times out in CI under --config=asan because the machine the job is scheduled on is too small.

Signed-off-by: Antonio Vicente <avd@google.com>
  • Loading branch information
antoniovicente committed Sep 3, 2020
1 parent b33f3cc commit e64a444
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/extensions/common/wasm/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ envoy_cc_test(
"//test/extensions/common/wasm/test_data:modules",
],
# wasm (wee v8 etc) will not compile on Windows
tags = ["skip_on_windows"],
tags = [
"manual", # wee v8 build times out on CI.
"skip_on_windows",
],
deps = [
"//source/extensions/common/wasm:wasm_vm_lib",
"//test/test_common:environment_lib",
Expand Down

0 comments on commit e64a444

Please sign in to comment.