From 15e84950ec972431c45fee74194bc5385f151ee7 Mon Sep 17 00:00:00 2001 From: Pawel Kozlowski Date: Thu, 7 Mar 2019 12:31:21 +0100 Subject: [PATCH] test(ivy): diagnose root causes for MatInput (#29153) PR Close #29153 --- 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 ff51aec081..5bd5cc72b2 100644 --- a/tools/material-ci/angular_material_test_blocklist.js +++ b/tools/material-ci/angular_material_test_blocklist.js @@ -239,7 +239,7 @@ window.testBlocklist = { }, "MatInput without forms validates the type": { "error": "Error: Input type \"file\" isn't supported by matInput.", - "notes": "Unknown" + "notes": "Breaking change: Static directive inputs evaluated in creation mode - material test to be updated" }, "MatInput with textarea autosize should work in a step": { "error": "TypeError: Cannot read property 'getBoundingClientRect' of null",