Skip to content

Conversation

@amunger
Copy link
Collaborator

@amunger amunger commented Dec 16, 2025

Copilot AI review requested due to automatic review settings December 16, 2025 19:10
@amunger amunger enabled auto-merge (squash) December 16, 2025 19:10
@vs-code-engineering vs-code-engineering bot added this to the December / January 2026 milestone Dec 16, 2025
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 addresses flaky notebook smoke tests by skipping three tests that have been failing frequently, as tracked in issue #283857. The approach is consistent with existing test management practices in the smoke test suite where unreliable tests are temporarily disabled while fixes are being developed.

Key Changes:

  • Three notebook smoke tests are being skipped: 'inserts/edits code cell', 'moves focus as it inserts/deletes a cell', and 'moves focus in and out of output'

});

it('inserts/edits code cell', async function () {
it.skip('inserts/edits code cell', async function () {
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

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

The newly skipped test should include a comment explaining why it's being skipped and referencing the issue. Following the pattern used elsewhere in this file (lines 81, 91) and in other smoke tests, consider adding an inline comment with the issue reference. For example: it.skip('inserts/edits code cell', async function () { // https://github.com/microsoft/vscode/issues/283857

Copilot uses AI. Check for mistakes.
});

it('moves focus as it inserts/deletes a cell', async function () {
it.skip('moves focus as it inserts/deletes a cell', async function () {
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

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

The newly skipped test should include a comment explaining why it's being skipped and referencing the issue. Following the pattern used elsewhere in this file (lines 81, 91) and in other smoke tests, consider adding an inline comment with the issue reference. For example: it.skip('moves focus as it inserts/deletes a cell', async function () { // https://github.com/microsoft/vscode/issues/283857

Copilot uses AI. Check for mistakes.
});

it('moves focus in and out of output', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/139270
it.skip('moves focus in and out of output', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/139270
Copy link

Copilot AI Dec 16, 2025

Choose a reason for hiding this comment

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

The newly skipped test should include a comment explaining why it's being skipped and referencing the issue. Following the pattern used elsewhere in this file (lines 81, 91) and in other smoke tests, consider adding an inline comment with the issue reference. For example: it.skip('moves focus in and out of output', async function () { // https://github.com/microsoft/vscode/issues/283857 // TODO@rebornix https://github.com/microsoft/vscode/issues/139270

Copilot uses AI. Check for mistakes.
@amunger amunger merged commit 4290065 into main Dec 16, 2025
33 of 34 checks passed
@amunger amunger deleted the aamunger/flakyTest branch December 16, 2025 19:29
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