Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/napari/test_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def get_training_widget(make_napari_viewer):
return widget


@pytest.mark.xfail(reason="See discussion in #443", raises=AssertionError)
def test_reset_to_defaults(get_training_widget):
"""
A simple test for the reset button.
Expand All @@ -46,7 +45,6 @@ def test_reset_to_defaults(get_training_widget):
assert get_training_widget.test_fraction.value == 0.10


@pytest.mark.xfail(reason="See discussion in #443", raises=AssertionError)
def test_run_with_no_yaml_files(get_training_widget):
"""
Checks whether expected info message will be shown to user if they don't
Expand All @@ -59,7 +57,6 @@ def test_run_with_no_yaml_files(get_training_widget):
)


@pytest.mark.xfail(reason="See discussion in #443", raises=AssertionError)
def test_run_with_virtual_yaml_files(get_training_widget):
"""
Checks that training is run with expected set of parameters.
Expand Down
Loading