We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc0578 commit 42ed8b3Copy full SHA for 42ed8b3
tests/test_controller.py
@@ -304,6 +304,10 @@ def test_roi_controller() -> None:
304
@no_type_check
305
@pytest.mark.usefixtures("any_app")
306
def test_roi_interaction() -> None:
307
+ if _app.gui_frontend() == _app.GuiFrontend.JUPYTER and IS_PYGFX:
308
+ pytest.skip("Invalid canvas size on CI")
309
+ return
310
+
311
ctrl = ArrayViewer()
312
313
canvas_roi_start = (0, 0)
0 commit comments