Skip to content

Commit

Permalink
build: add exception for missing MDC test (#22188)
Browse files Browse the repository at this point in the history
Adds an exception for one missing test until #22187 is merged.
  • Loading branch information
crisbeto authored and mmalerba committed Mar 11, 2021
1 parent 89e432c commit 9e39eda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/check-mdc-tests-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9e39eda

Please sign in to comment.