Skip to content

Commit

Permalink
test(ivy): remove passing test from blocklist (angular#29484)
Browse files Browse the repository at this point in the history
Removes the test that was fixed by angular/components#15555 from the blocklist.

PR Close angular#29484
  • Loading branch information
crisbeto authored and wKoza committed Apr 17, 2019
1 parent ffdf5e9 commit efd32fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tools/material-ci/angular_material_test_blocklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
// tslint:disable

window.testBlocklist = {
"MatBadge should clear any pre-existing badges": {
"error": "Error: Expected 2 to be 1.",
"notes": "Breaking change: Static directive inputs evaluated in creation mode (MatBadge._clearExistingBadges is executed before child nodes of PreExistingBadge are aded to the DOM)"
},
"MatSidenav should be fixed position when in fixed mode": {
"error": "Error: Expected ng-tns-c380-0 ng-trigger ng-trigger-transform mat-drawer mat-sidenav mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.",
"notes": "FW-1132: Host class bindings don't work if super class has host class bindings"
Expand Down

0 comments on commit efd32fd

Please sign in to comment.