From 9e39eda3748b5c55d6c40fdf1e90dd1919b4e299 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Thu, 11 Mar 2021 16:53:05 +0100 Subject: [PATCH] build: add exception for missing MDC test (#22188) 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',