Skip to content

Commit

Permalink
Dropping xfail as mentioned in #395 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Dec 31, 2018
1 parent 3aa3747 commit d86a7e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,6 @@ def test_modifiers(self):
assert command_false & RETCODE == 1

@skip_on_windows
@pytest.mark.xfail(reason=
'This test randomly fails on Mac and PyPy on Travis, not sure why')
def test_tee_modifier(self, capfd):
from plumbum.cmd import echo

Expand Down

0 comments on commit d86a7e0

Please sign in to comment.