From 4ad8d074b07ebdd9ba52e0695a4e4af2216855a4 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Thu, 11 Mar 2021 09:06:38 +0100 Subject: [PATCH] build: add exception for missing MDC test Adds an exception for one missing test until #22187 is merged. --- scripts/check-mdc-tests-config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/check-mdc-tests-config.ts b/scripts/check-mdc-tests-config.ts index 3d8a32cb8a2b..bccb7185e851 100644 --- a/scripts/check-mdc-tests-config.ts +++ b/scripts/check-mdc-tests-config.ts @@ -140,6 +140,9 @@ export const config = { 'element is inside an ngIf' ], 'mdc-select': [ + // TODO(crisbeto): remove this exception once #22187 lands. + 'should float the label on focus if it has a placeholder', + // These tests are excluded, because they're verifying the functionality that positions // the select panel over the trigger which isn't supported in the MDC select. 'should set the width of the overlay based on a larger trigger width',