We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e690f commit af1d15cCopy full SHA for af1d15c
cdl/tests/features/images/select_background_unit_test.py
@@ -8,13 +8,15 @@
8
# guitest: show
9
10
import numpy as np
11
+import pytest
12
from guidata.qthelpers import exec_dialog, qt_app_context
13
14
from cdl.env import execenv
15
from cdl.tests.data import create_noisygauss_image
16
from cdl.widgets.imagebackground import ImageBackgroundDialog
17
18
19
+@pytest.mark.skip("Skipped in unattended mode: issues with recent versions of guidata.")
20
def test_image_background_selection():
21
"""Image background selection test."""
22
with qt_app_context():
0 commit comments