Skip to content

Commit

Permalink
build: add exception for missing MDC test
Browse files Browse the repository at this point in the history
Adds an exception for one missing test until angular#22187 is merged.
  • Loading branch information
crisbeto committed Mar 11, 2021
1 parent 97f1ccc commit 4ad8d07
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 4ad8d07

Please sign in to comment.