From 4b39bdf7e55f9ff0abda9c3e6632b8425780640d Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Mon, 11 Mar 2019 15:30:52 -0700 Subject: [PATCH] test(ivy): add table root cause (#29235) PR Close #29235 --- tools/material-ci/angular_material_test_blocklist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 446bdb7dfd..9c750dbdce 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -51,7 +51,7 @@ window.testBlocklist = { }, "CdkTable with trackBy should change row implicit data even when trackBy finds no changes": { "error": "Error: Expected 'a_1 b_1' to be 'a_2 b_2'.", - "notes": "Unknown" + "notes": "FW-842: View engine dirty-checks projected views when the declaration place is checked" }, "CdkTable should be able to apply classes to rows based on their context": { "error": "Error: Expected false to be true.",