skip flaky date range picker spec (#18076)

This commit is contained in:
Suzanne Aitchison 2022-07-12 17:06:52 +01:00 committed by GitHub
parent 9ebdf6926e
commit 02bba1c943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"