Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: add blocklist for material unit tests #32239

Commits on Aug 21, 2019

  1. build: add blocklist for material unit tests

    Initially the blocklist has been removed because there were
    no remaining disabled tests that failed. Also the blocklist
    logic didn't work anymore because the `material-unit-tests` CI
    job now runs against `angular/components#master` with Bazel.
    
    388578f tried to revert the removal
    of the blocklist in favor of a new upcoming breaking change with
    HammerJS, but the revert doesn't help since the blocklist still
    doesn't work with Bazel.
    
    In order to make the blocklist work with the unit tests running
    with Bazel, a PR has been submitted on the components repository.
    See: angular/components#16833.
    
    This commit updates the blocklist logic on the framework side to
    work with the new logic on the components repo side.
    devversion committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    4ea59bb View commit details
    Browse the repository at this point in the history