Skip to content

Commit e7b7fcf

Browse files
committed
chore: disable cdk/coercion bazel tests
All bazel unit tests are broken due to rxjs 6.0. The coercion tests were not marked as manual for some reason.
1 parent c880faa commit e7b7fcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cdk/coercion/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ ts_library(
2222
ts_web_test(
2323
name = "unit_tests",
2424
bootstrap = ["//:web_test_bootstrap_scripts"],
25+
tags = ["manual"],
2526
deps = [":coercion_test_sources"],
2627
)

0 commit comments

Comments
 (0)