ci: remove material-unit-tests failure blocklist (#32138)

Initially when the `material-unit-tests` job got wired up,
Ivy was not really backwards-compatible and a few bugs caused
test failures when running the Angular Material test suites w/ Ivy.

These bugs got fixed progressively and eventually the test
blocklist became empty. At this point we don't want to regress
in the future and the blocklist should never have new items.

Additionally since we switched the unit-tests job to run against
Angular Material `master` with Bazel, the blocklist is no
longer respected. Therefore we can safely remove the blocklist.

PR Close #32138
This commit is contained in:
Paul Gschwendtner
2019-08-14 15:29:10 +02:00
committed by Andrew Kushnir
parent 984d23f687
commit 0660903784
4 changed files with 0 additions and 56 deletions

8
.github/CODEOWNERS vendored
View File

@ -911,14 +911,6 @@ testing/** @angular/fw-test
# ================================================
# Material CI
# ================================================
/tools/material-ci/** @angular/fw-core @angular/framework-global-approvers
# ================================================
# Public API
# ================================================