From 63d18064fea1c32b96b6eb82ff68eb2a97cefe2f Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Fri, 8 Mar 2019 00:17:31 +0000 Subject: [PATCH] test(ivy): add table root causes (#29177) PR Close #29177 --- tools/material-ci/angular_material_test_blocklist.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/material-ci/angular_material_test_blocklist.js b/tools/material-ci/angular_material_test_blocklist.js index 0ac38241a4..37795369a0 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -55,11 +55,11 @@ window.testBlocklist = { }, "CdkTable should be able to apply classes to rows based on their context": { "error": "Error: Expected false to be true.", - "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 cells based on their row context": { "error": "Error: Expected false to be true.", - "notes": "Unknown" + "notes": "FW-842: View engine dirty-checks projected views when the declaration place is checked" }, "CdkDrag in a drop container should be able to customize the preview element": { "error": "Error: Expected cdk-drag cdk-drag-preview to contain 'custom-preview'.",