refactor(ivy): rename "blacklist" to "blocklist" (#28536)

PR Close #28536
This commit is contained in:
Matias Niemelä
2019-02-05 10:48:18 -08:00
parent 9ef8d2b823
commit 76a6eacb4e
5 changed files with 17 additions and 17 deletions
@@ -28,9 +28,9 @@ cp -r ${angular_dir}/dist/packages-dist-ivy-aot/* /tmp/material2/node_modules/@a
# For angular/angular, we only want to run the local tests.
export TEST_PLATFORM=local
# Append the test blacklist into angular/material2's karma-test-shim.js.
# 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_blacklist.js >> /tmp/material2/test/karma-test-shim.js
cat ${angular_dir}/tools/material-ci/angular_material_test_blocklist.js >> /tmp/material2/test/karma-test-shim.js
# Now actually run the tests.
yarn gulp test:single-run