diff --git a/packages/compiler-cli/integrationtest/BUILD.bazel b/packages/compiler-cli/integrationtest/BUILD.bazel index 187cc2958b..90f5766c14 100644 --- a/packages/compiler-cli/integrationtest/BUILD.bazel +++ b/packages/compiler-cli/integrationtest/BUILD.bazel @@ -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", + ], )