diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index bbc480ecc9..991b88e898 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -87,27 +87,27 @@ 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": "Unknown" + "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": "Unknown" + "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": "Unknown" + "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": "Unknown" + "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": "Unknown" + "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