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

This reverts commit 0660903784 so we
can add some tests to the blocklist.

PR Close #32226
This commit is contained in:
Kara Erickson
2019-08-20 16:15:20 -07:00
committed by Andrew Kushnir
parent dd6070a49b
commit 388578fec9
4 changed files with 56 additions and 0 deletions

View File

@ -21,6 +21,10 @@ 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