Skip to content

Commit 55476a1

Browse files
committed
tst
1 parent 9a96761 commit 55476a1

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
@@ -44,7 +44,7 @@ describe('crossFileContextUtil', function () {
4444
sinon.restore()
4545
})
4646

47-
it('for control group, should return opentabs context where there will be 3 chunks and each chunk should contains 50 lines', async function () {
47+
it.skip('for control group, should return opentabs context where there will be 3 chunks and each chunk should contains 50 lines', async function () {
4848
sinon.stub(FeatureConfigProvider.instance, 'getProjectContextGroup').returns('control')
4949
await toTextEditor(aStringWithLineCount(200), 'CrossFile.java', tempFolder, { preview: false })
5050
const myCurrentEditor = await toTextEditor('', 'TargetFile.java', tempFolder, {
@@ -61,7 +61,7 @@ describe('crossFileContextUtil', function () {
6161
assert.strictEqual(actual.supplementalContextItems[2].content.split('\n').length, 50)
6262
})
6363

64-
it.skip('for t1 group, should return repomap + opentabs context', async function () {
64+
it('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)