Skip to content

Commit 60eff5d

Browse files
committed
delete old comments
1 parent e585f48 commit 60eff5d

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,10 +585,6 @@ describe('Auth', function () {
585585
})
586586

587587
it('reauthenticates a connection if the user selects an expired one', async function () {
588-
// if (isMinVscode('1.83.0')) {
589-
// this.skip()
590-
// }
591-
592588
getTestWindow().onDidShowQuickPick(async (picker) => {
593589
await picker.untilReady()
594590
const connItem = picker.findItemOrThrow(/IAM Identity Center/)

packages/core/src/test/shared/vscode/runCommand.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import { assertTelemetry, getMetrics, installFakeClock } from '../../testUtil'
1717
import { getTestWindow } from '../../shared/vscode/window'
1818
import { makeTemporaryToolkitFolder } from '../../../shared'
1919
import path from 'path'
20-
// import * as env from '../../../shared/vscode/env'
2120
import { fakeErrorChain, getAwsServiceError } from '../errors.test'
2221

2322
async function throwMe(errorOrFn?: Error | (() => Promise<never>)): Promise<void | never> {

0 commit comments

Comments
 (0)