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:
parent
4ede190571
commit
de66818cf6
|
@ -62,5 +62,10 @@ nodejs_test(
|
||||||
"//packages/router:npm_package",
|
"//packages/router:npm_package",
|
||||||
] + glob(["**/*"]),
|
] + glob(["**/*"]),
|
||||||
entry_point = "test.js",
|
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",
|
||||||
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue