Skip to content

Commit af1d15c

Browse files
committed
Add pytest skip marker for unattended mode in image background selection test
1 parent 07e690f commit af1d15c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cdl/tests/features/images/select_background_unit_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88
# guitest: show
99

1010
import numpy as np
11+
import pytest
1112
from guidata.qthelpers import exec_dialog, qt_app_context
1213

1314
from cdl.env import execenv
1415
from cdl.tests.data import create_noisygauss_image
1516
from cdl.widgets.imagebackground import ImageBackgroundDialog
1617

1718

19+
@pytest.mark.skip("Skipped in unattended mode: issues with recent versions of guidata.")
1820
def test_image_background_selection():
1921
"""Image background selection test."""
2022
with qt_app_context():

0 commit comments

Comments
 (0)