We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dac8b7 commit b69ac08Copy full SHA for b69ac08
tests/ipcMain/helpers.ts
@@ -806,12 +806,3 @@ export async function buildLargeHistory(
806
await fs.writeFile(chatPath, content, "utf-8");
807
}
808
809
-/**
810
- * Configure test retries for flaky tests in CI
811
- * Only works with Jest
812
- */
813
-export function configureTestRetries(retries = 3): void {
814
- if (process.env.CI && typeof jest !== "undefined" && jest.retryTimes) {
815
- jest.retryTimes(retries, { logErrorsBeforeRetry: true });
816
- }
817
-}
0 commit comments