diff --git a/test/e2e/tests/plots/plots.test.ts b/test/e2e/tests/plots/plots.test.ts index 3de680581c7..c9413950f8f 100644 --- a/test/e2e/tests/plots/plots.test.ts +++ b/test/e2e/tests/plots/plots.test.ts @@ -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();