From f9b7b6d2f1bde299d82e6bb62f3ba1852ed90da1 Mon Sep 17 00:00:00 2001 From: Kara Erickson Date: Tue, 19 Mar 2019 18:53:22 -0700 Subject: [PATCH] test(ivy): add new material tests to blocklist (#29409) After rebasing Material on master, we found new tests that were added and are still failing. This commit adds them to the blocklist so we can fix them. PR Close #29409 --- tools/material-ci/angular_material_test_blocklist.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index bd77eaea78..9a19071dd6 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -17,8 +17,16 @@ // tslint:disable window.testBlocklist = { + "CdkDrag standalone draggable should throw if attached to an ng-container": { + "error": "Error: Expected function to throw an exception with a message matching /^cdkDrag must be attached to an element node/, but it threw an exception with message 'No provider for ChangeDetectorRef!'.", + "notes": "Unknown" + }, + "MatBadge should clear any pre-existing badges": { + "error": "Error: Expected 2 to be 1.", + "notes": "Unknown" + }, "MatSidenav should be fixed position when in fixed mode": { - "error": "Error: Expected ng-tns-c22979-0 ng-trigger ng-trigger-transform mat-drawer mat-sidenav mat-drawer-over ng-star-inserted to contain 'mat-sidenav-fixed'.", + "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" }, "MatSidenav should set fixed bottom and top when in fixed mode": {