Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 26, 2021
1 parent 4c130ff commit dc35dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/DayPicker/DayPicker.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('<DayPicker />', () => {
).to.have.text('1');
});

// Flaky match 201 in the CI
// Flaky, it match 201 instead of 200 in the CI
// eslint-disable-next-line mocha/no-skipped-tests
it.skip('renders year selection standalone', () => {
render(
Expand Down

0 comments on commit dc35dda

Please sign in to comment.