Skip to content

Commit fbb215d

Browse files
committed
rerun test a bunch
1 parent 53fc20e commit fbb215d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/test/credentials/auth.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,8 @@ describe('Auth', function () {
508508
await fs.delete(tmpDir, { recursive: true })
509509
})
510510

511-
for (const _ of Array.from({ length: 1 }, (i) => i)) {
512-
it.only('does not cache if the credentials file changes', async function () {
511+
for (const _ of Array.from({ length: 100 }, (i) => i)) {
512+
it('does not cache if the credentials file changes', async function () {
513513
const initialCreds = {
514514
profileName: 'default',
515515
accessKey: 'x',

0 commit comments

Comments
 (0)