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:

committed by
Andrew Kushnir

parent
baf2d9ddbc
commit
174777443d
@ -21,10 +21,6 @@ cd ${MATERIAL_REPO_TMP_DIR}
|
||||
# Note that it's not necessary to perform a yarn install, as Bazel performs its own yarn install.
|
||||
node ${angular_dir}/scripts/ci/update-deps-to-dist-packages.js ${MATERIAL_REPO_TMP_DIR}/package.json ${angular_dir}/dist/packages-dist-ivy-aot/
|
||||
|
||||
# Append the test blocklist into angular/material2's karma-test-shim.js.
|
||||
# This filters out known-failing tests because the goal is to prevent regressions.
|
||||
cat ${angular_dir}/tools/material-ci/angular_material_test_blocklist.js >> ./test/karma-test-shim.js
|
||||
|
||||
# Create a symlink for the Bazel binary installed through NPM, as running through Yarn introduces OOM errors.
|
||||
./scripts/circleci/setup_bazel_binary.sh
|
||||
|
||||
|
Reference in New Issue
Block a user