From 0bd4261f232c10221790626ae085e84403c40c82 Mon Sep 17 00:00:00 2001 From: Marc Laval Date: Wed, 6 Mar 2019 15:57:20 +0100 Subject: [PATCH] test(ivy): diagnose root causes of failures in MatSnackBar (#29134) PR Close #29134 --- 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 62b5e714e0..311ee77723 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -291,7 +291,7 @@ window.testBlocklist = { }, "MatSnackBar with TemplateRef should be able to open a snack bar using a TemplateRef": { "error": "Error: Expected ' Fries Pizza ' to contain 'Pasta'.", - "notes": "Unknown" + "notes": "FW-842: View engine dirty-checks projected views when the declaration place is checked" }, "MatTooltip special cases should clear the `user-select` when a tooltip is set on a text field": { "error": "Error: Expected 'none' to be falsy.",