Skip to content

Commit 3a94183

Browse files
committed
test: remove it.only
1 parent 59cd866 commit 3a94183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/test/credentials/provider/sharedCredentialsProvider.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ describe('SharedCredentialsProvider', async function () {
497497
})
498498

499499
for (const _ of Array.from({ length: 1000 })) {
500-
it.only('assumes role with mfa token', async function () {
500+
it('assumes role with mfa token', async function () {
501501
const sections = await createTestSections(`
502502
${defaultSection}
503503
[profile assume]

0 commit comments

Comments
 (0)