test(compiler-cli): temporarily disable integrationtest (#39168)

Temporarily disable the //packages/compiler-cli/integrationtest:integrationtest
target while continuing to investigate its unknown failures

PR Close #39168
This commit is contained in:
Joey Perrott 2020-10-07 13:19:33 -07:00 committed by atscott
parent 4ede190571
commit de66818cf6
1 changed files with 6 additions and 1 deletions

View File

@ -62,5 +62,10 @@ nodejs_test(
"//packages/router:npm_package",
] + glob(["**/*"]),
entry_point = "test.js",
tags = ["no-ivy-aot"],
tags = [
# TODO(josephperrott): reenable or remove test after investigating the cause of failures
# on windows CI runs.
"manual",
"no-ivy-aot",
],
)