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 53fc20e commit fbb215dCopy full SHA for fbb215d
packages/core/src/test/credentials/auth.test.ts
@@ -508,8 +508,8 @@ describe('Auth', function () {
508
await fs.delete(tmpDir, { recursive: true })
509
})
510
511
- for (const _ of Array.from({ length: 1 }, (i) => i)) {
512
- it.only('does not cache if the credentials file changes', async function () {
+ for (const _ of Array.from({ length: 100 }, (i) => i)) {
+ it('does not cache if the credentials file changes', async function () {
513
const initialCreds = {
514
profileName: 'default',
515
accessKey: 'x',
0 commit comments