skip flaky date range picker spec (#18076)
This commit is contained in:
parent
9ebdf6926e
commit
02bba1c943
1 changed files with 3 additions and 1 deletions
|
|
@ -275,7 +275,9 @@ describe('<DateRangePicker />', () => {
|
|||
);
|
||||
});
|
||||
|
||||
it('skips to a selected year', async () => {
|
||||
// TODO: Flaking in CI
|
||||
// eslint-disable-next-line jest/no-disabled-tests
|
||||
it.skip('skips to a selected year', async () => {
|
||||
const { getByRole, getAllByRole } = render(
|
||||
<DateRangePicker
|
||||
startDateId="start-date"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue