From cfe6581fc8c292dc7aa1aac07a461de64ebf1c36 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Fri, 22 Mar 2019 23:28:25 +0100 Subject: [PATCH] test(ivy): remove passing test from blocklist (#29484) Removes the test that was fixed by https://github.com/angular/material2/pull/15555 from the blocklist. PR Close #29484 --- tools/material-ci/angular_material_test_blocklist.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 2becced16e..5bb4a18c1f 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -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"