diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 0d720a6173..bd77eaea78 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -17,30 +17,6 @@ // tslint:disable window.testBlocklist = { - "CdkTree flat tree should initialize should be able to use units different from px for the indentation": { - "error": "Error: Failed: Expected node level to be 15rem but was 28px", - "notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (CdkTree is OnPush)" - }, - "CdkTree flat tree should initialize should default to px if no unit is set for string value indentation": { - "error": "Error: Failed: Expected node level to be 17px but was 28px", - "notes": "Breaking change: Change detection follows insertion tree only, not declaration tree (CdkTree is OnPush)" - }, - "CdkTree flat tree with toggle should expand/collapse the node": { - "error": "Error: Failed: Expected node level to be 40px but was ", - "notes": "Breaking change: Static directive inputs evaluated in creation mode (CdkTreeNode.mostRecentTreeNode.data is set after inputs)" - }, - "CdkTree flat tree with toggle should expand/collapse the node recursively": { - "error": "Error: Failed: Expected node level to be 40px but was ", - "notes": "Breaking change: Static directive inputs evaluated in creation mode (CdkTreeNode.mostRecentTreeNode.data is set after inputs)" - }, - "CdkTree nested tree with toggle should expand/collapse the node multiple times": { - "error": "Error: Expected 3 to be 1, 'Expect node expanded'.", - "notes": "1) Breaking change: Change detection follows insertion tree only, not declaration tree (CdkTree is OnPush) - 2) Breaking change: Content queries and descendants flag (fix test by removing