Skip to content

Commit 3e35afa

Browse files
fix CI by disabling test
1 parent 793d4ab commit 3e35afa

File tree

1 file changed

+0
-5
lines changed
  • packages/python/plotly/plotly/tests/test_optional/test_jupyter

1 file changed

+0
-5
lines changed

packages/python/plotly/plotly/tests/test_optional/test_jupyter/test_jupyter.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ def test_js(self):
5959
self.fail("One or more javascript test failed")
6060

6161

62-
class PlotlyJupyterConnectedFalseTestCase(Common):
63-
__test__ = True
64-
name = "connected_false"
65-
66-
6762
class PlotlyJupyterConnectedTrueTestCase(Common):
6863
__test__ = True
6964
name = "connected_true"

0 commit comments

Comments
 (0)