Skip to content

Commit 616d8fa

Browse files
authored
Temporarily disable bokeh test (#4538)
Temporarily disabling bokeh smoke test while an issue is worked out. Also added a Test Rail test case reference for new hvplot/plotly case. ### QA Notes All smoke tests should pass.
1 parent d2b65ad commit 616d8fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/smoke/src/areas/positron/plots/plots.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ display(map)`;
363363
await simplePlotTest(app, script, '.leaflet-container');
364364
});
365365

366-
it('Python - Verifies hvplot can load with plotly extension', async function () {
366+
it('Python - Verifies hvplot can load with plotly extension [C766660]', async function () {
367367
const app = this.app as Application;
368368

369369
const script = `import hvplot.pandas
@@ -402,7 +402,7 @@ tree`;
402402
});
403403

404404

405-
it('Python - Verifies boken Python widget [C730343]', async function () {
405+
it.skip('Python - Verifies boken Python widget [C730343]', async function () {
406406
const app = this.app as Application;
407407

408408
const script = `from bokeh.plotting import figure, output_file, show

0 commit comments

Comments
 (0)