Skip to content

Commit

Permalink
Chore: Retry flaky tests in Note.test.tsx (#11615)
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator authored Jan 9, 2025
1 parent d7d50f4 commit 3952060
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app-mobile/components/screens/Note/Note.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ import TestProviderStack from '../../testing/TestProviderStack';
import setupGlobalStore from '../../../utils/testing/setupGlobalStore';
import CommandService from '@joplin/lib/services/CommandService';

jest.retryTimes(2);

interface WrapperProps {
}

Expand Down

0 comments on commit 3952060

Please sign in to comment.