Skip to content

Commit bd6e7c0

Browse files
committed
fix jestRetry. core tests work in localhost too
1 parent 2eea644 commit bd6e7c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/core.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import { SQLiteCloudConnection } from '../src/drivers/connection'
1111
import { CHINOOK_DATABASE_URL, CHINOOK_API_KEY } from './shared'
1212
import { parseconnectionstring } from '../src/drivers/utilities'
1313

14-
//giving tests more retries in ci
15-
if (!CHINOOK_DATABASE_URL.includes('localhost')) jest.retryTimes(3)
14+
jest.retryTimes(3)
1615

1716
// #region tests utilities
1817
const _ = undefined // to use undefined as empty argument

0 commit comments

Comments
 (0)