Skip to content

Commit 0e070f6

Browse files
authored
test(amazonq): skip flaky crossfileContextUtil.test (#6085)
## Problem #6079 ## Solution Ignore the flaky test cases for now until we root caused why it failed occasionally in some CI machines
1 parent 9ae3d6d commit 0e070f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -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)