Skip to content

Commit

Permalink
Merge from 3.x: PR #6302
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jan 26, 2018
2 parents 51e4ada + 76d34e3 commit ec977d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyder/widgets/tests/test_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,7 @@ def test_tab_moves_focus_from_search_to_replace(editor_find_replace_bot):
assert finder.replace_text.hasFocus()


@pytest.mark.skipif(platform.startswith('linux'), reason="Fails on Linux.")
def test_tab_copies_find_to_replace(editor_find_replace_bot):
"""Check that text in the find box is copied to the replace box on tab
keypress. Regression test #4482."""
Expand Down

0 comments on commit ec977d6

Please sign in to comment.