Skip to content

Commit 1e2a29e

Browse files
committed
patch
1 parent a4ad374 commit 1e2a29e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/amazonq/test/unit/codewhisperer/util/crossFileContextUtil.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('crossFileContextUtil', function () {
3535
sinon.restore()
3636
})
3737

38-
describe.skip('fetchSupplementalContextForSrc', function () {
38+
describe('fetchSupplementalContextForSrc', function () {
3939
beforeEach(async function () {
4040
tempFolder = (await createTestWorkspaceFolder()).uri.fsPath
4141
})
@@ -61,7 +61,7 @@ describe('crossFileContextUtil', function () {
6161
assert.strictEqual(actual.supplementalContextItems[2].content.split('\n').length, 50)
6262
})
6363

64-
it('for t1 group, should return repomap + opentabs context', async function () {
64+
it.skip('for t1 group, should return repomap + opentabs context', async function () {
6565
await toTextEditor(aStringWithLineCount(200), 'CrossFile.java', tempFolder, { preview: false })
6666
const myCurrentEditor = await toTextEditor('', 'TargetFile.java', tempFolder, {
6767
preview: false,

0 commit comments

Comments
 (0)