Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(amazonq): skip flaky crossfileContextUtil.test #6085

Merged
merged 2 commits into from
Nov 22, 2024

Conversation

Will-ShaoHua
Copy link
Contributor

@Will-ShaoHua Will-ShaoHua commented Nov 21, 2024

Problem

#6079

Solution

Ignore the flaky test cases for now until we root caused why it failed occasionally in some CI machines


License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@Will-ShaoHua Will-ShaoHua requested a review from a team as a code owner November 21, 2024 23:08
@@ -35,7 +35,7 @@ describe('crossFileContextUtil', function () {
sinon.restore()
})

describe('fetchSupplementalContextForSrc', function () {
describe.skip('fetchSupplementalContextForSrc', function () {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've only seen the for t1 group, should return repomap + opentabs context one fail. Is there a reason we want to skip the other two in this block?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

um, i just think the t1 test are pretty much the same as t2 test, so it's still unclear to me why one fails but the other doesn't.
However let's skip t1 test only for now and skip others when we observe other failure, also it could help me narrow down where it likely went wrong.

@jpinkney-aws jpinkney-aws merged commit 0e070f6 into aws:master Nov 22, 2024
23 of 25 checks passed
@Will-ShaoHua Will-ShaoHua deleted the test branch November 22, 2024 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants