Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed May 28, 2024
1 parent 00013d0 commit 000742e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/plugins/editor/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def test_toggle_eol_chars(editor_plugin, python_files, qtbot, os_name):
assert get_eol_chars(text) == get_eol_chars_from_os_name(os_name)


@flaky(max_runs=6)
@pytest.mark.order(1)
@pytest.mark.parametrize('os_name', ['nt', 'mac', 'posix'])
def test_save_with_preferred_eol_chars(editor_plugin, python_files, qtbot,
os_name):
Expand Down

0 comments on commit 000742e

Please sign in to comment.