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 2eea644 commit bd6e7c0Copy full SHA for bd6e7c0
test/core.test.ts
@@ -11,8 +11,7 @@ import { SQLiteCloudConnection } from '../src/drivers/connection'
11
import { CHINOOK_DATABASE_URL, CHINOOK_API_KEY } from './shared'
12
import { parseconnectionstring } from '../src/drivers/utilities'
13
14
-//giving tests more retries in ci
15
-if (!CHINOOK_DATABASE_URL.includes('localhost')) jest.retryTimes(3)
+jest.retryTimes(3)
16
17
// #region tests utilities
18
const _ = undefined // to use undefined as empty argument
0 commit comments