Skip to content

Commit 5fd9d05

Browse files
committed
disable test case for treatment group2
1 parent 77d9704 commit 5fd9d05

File tree

2 files changed

+89
-47
lines changed

2 files changed

+89
-47
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('crossFileContextUtil', function () {
9696
assert.strictEqual(actual.supplementalContextItems[3].content.split('\n').length, 50)
9797
})
9898

99-
it('for t2 group, should return global bm25 context and no repomap', async function () {
99+
it.skip('for t2 group, should return global bm25 context and no repomap', async function () {
100100
await toTextEditor(aStringWithLineCount(200), 'CrossFile.java', tempFolder, { preview: false })
101101
const myCurrentEditor = await toTextEditor('', 'TargetFile.java', tempFolder, {
102102
preview: false,

0 commit comments

Comments
 (0)