Skip to content

Commit ba5c6c3

Browse files
authored
Merge pull request PyMoDAQ#755 from PyMoDAQ/revert-751-hotfix/skip-scanselector-test-5.1
Revert "Disabled failing tests until source of faillure is found (5.1)"
2 parents e7c3ea4 + 85ce545 commit ba5c6c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/utils/scanner_test/scan_selector_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def test_attributes(self):
7171
assert hasattr(select.ScanSelector, 'selector_type')
7272
assert hasattr(select.ScanSelector, 'viewers_items')
7373

74-
@pytest.mark.skip(reason="Disabled until source of faillure (updated package?) is found.")
7574
def test_usage(self, qtbot):
7675
viewer2D = init_viewer(qtbot)
7776
viewer2D_bis = init_viewer(qtbot)
@@ -90,8 +89,6 @@ def test_usage(self, qtbot):
9089
assert np.all(scan_selector.selector.get_coordinates() ==
9190
pytest.approx(scan_selector.settings['coordinates'].data_as_ndarray()))
9291

93-
94-
@pytest.mark.skip(reason="Disabled until source of faillure (updated package?) is found.")
9592
def test_change_source(self, qtbot):
9693
viewer2D = init_viewer(qtbot)
9794
viewer2D_bis = init_viewer(qtbot)

0 commit comments

Comments
 (0)