Skip to content

Skip flaky test " setTextDocumentLanguage for notebook cells"#293072

Merged
alexr00 merged 1 commit intomainfrom
alexr00/exact-grasshopper
Feb 5, 2026
Merged

Skip flaky test " setTextDocumentLanguage for notebook cells"#293072
alexr00 merged 1 commit intomainfrom
alexr00/exact-grasshopper

Conversation

@alexr00
Copy link
Member

@alexr00 alexr00 commented Feb 5, 2026

See #292792

Copilot AI review requested due to automatic review settings February 5, 2026 10:42
@alexr00 alexr00 enabled auto-merge (squash) February 5, 2026 10:42
@alexr00 alexr00 self-assigned this Feb 5, 2026
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 5, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR skips a flaky test related to setting the language of notebook cells. The test is intermittently failing with assertion errors where the document URI doesn't match the expected notebook cell URI.

Changes:

  • Adds .skip to the test "setTextDocumentLanguage for notebook cells" to temporarily disable it while the underlying flakiness (issue #292792) is being investigated

});

test('setTextDocumentLanguage for notebook cells', async function () {
test.skip('setTextDocumentLanguage for notebook cells', async function () {
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

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

The skipped test should include an inline comment with the issue reference, following the codebase convention for flaky tests. For example, as seen in extensions/vscode-api-tests/src/singlefolder-tests/debug.test.ts:66, flaky tests include a comment in the format: // Flaky: https://github.com/microsoft/vscode/issues/ISSUE_NUMBER. This test should have a comment like // Flaky: https://github.com/microsoft/vscode/issues/292792 at the end of the line.

Copilot uses AI. Check for mistakes.
@alexr00 alexr00 merged commit 9519571 into main Feb 5, 2026
27 of 28 checks passed
@alexr00 alexr00 deleted the alexr00/exact-grasshopper branch February 5, 2026 11:04
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.

2 participants