Skip to content

re-enable smoke tests #209474

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

re-enable smoke tests #209474

wants to merge 1 commit into from

Conversation

amunger
Copy link
Collaborator

@amunger amunger commented Apr 3, 2024

  1. VSCode Smoke Tests (Electron)
    Notebooks
    inserts/edits code cell:
    Error: Timeout: get text content '.notebook-editor .monaco-list-row.focused .monaco-editor .view-lines' after 20 seconds.
    at Code.poll (/mnt/vss/_work/1/s/test/automation/out/code.js:204:23)
    at async Code.waitForTextContent (/mnt/vss/_work/1/s/test/automation/out/code.js:151:16)
    at async Notebook.openNotebook (/mnt/vss/_work/1/s/test/automation/out/notebook.js:20:9)
    at async Context. (out/areas/notebook/notebook.test.js:26:13)

  2. VSCode Smoke Tests (Electron)
    Notebooks
    inserts/edits markdown cell:
    Error: Timeout: get text content '.notebook-editor .monaco-list-row.focused .monaco-editor .view-lines' after 20 seconds.
    at Code.poll (/mnt/vss/_work/1/s/test/automation/out/code.js:204:23)
    at async Code.waitForTextContent (/mnt/vss/_work/1/s/test/automation/out/code.js:151:16)
    at async Notebook.openNotebook (/mnt/vss/_work/1/s/test/automation/out/notebook.js:20:9)
    at async Context. (out/areas/notebook/notebook.test.js:34:13)

@@ -8,7 +8,7 @@ import { Application, Logger } from '../../../../automation';
import { installAllHandlers } from '../../utils';

export function setup(logger: Logger) {
describe.skip('Notebooks', () => { // https://github.com/microsoft/vscode/issues/140575
describe('Notebooks', () => { // https://github.com/microsoft/vscode/issues/140575
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

test comment content

@amunger amunger force-pushed the aamunger/notebookSmokeTests branch from ef48f26 to c057a9f Compare September 26, 2024 16:35
Copy link
Collaborator Author

@amunger amunger left a comment

Choose a reason for hiding this comment

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

test

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.

1 participant