Skip to content

Commit

Permalink
e2e-test: skip plots test - bokeh Python widget (#6046)
Browse files Browse the repository at this point in the history
This test has been problematic and needs investigation.

### QA Notes

n/a
  • Loading branch information
midleman authored Jan 17, 2025
1 parent b48530a commit 65dbc89
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/tests/plots/plots.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,10 @@ test.describe('Plots', { tag: [tags.PLOTS, tags.EDITOR] }, () => {

});

test('Python - Verifies bokeh Python widget [C730343]', { tag: [tags.WEB, tags.WIN] }, async function ({ app }) {
test.skip('Python - Verifies bokeh Python widget [C730343]', {
annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/6045' }],
tag: [tags.WEB, tags.WIN]
}, async function ({ app }) {
await app.workbench.console.pasteCodeToConsole(bokeh);
await app.workbench.console.sendEnterKey();

Expand Down

0 comments on commit 65dbc89

Please sign in to comment.