Skip to content

Commit 9e39eda

Browse files
crisbetommalerba
authored andcommitted
build: add exception for missing MDC test (#22188)
Adds an exception for one missing test until #22187 is merged.
1 parent 89e432c commit 9e39eda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/check-mdc-tests-config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ export const config = {
140140
'element is inside an ngIf'
141141
],
142142
'mdc-select': [
143+
// TODO(crisbeto): remove this exception once #22187 lands.
144+
'should float the label on focus if it has a placeholder',
145+
143146
// These tests are excluded, because they're verifying the functionality that positions
144147
// the select panel over the trigger which isn't supported in the MDC select.
145148
'should set the width of the overlay based on a larger trigger width',

0 commit comments

Comments
 (0)