Skip to content

Commit

Permalink
Testing: Skip a test on Windows because it's failing
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Dec 27, 2018
1 parent 9861649 commit c3ed33d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spyder_kernels/ipdb/tests/test_ipdb_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ def test_shell_magic(ipdb_kernel):
os.remove('TEST.txt')


@pytest.mark.skipif(os.name == 'nt',
reason="It's failing on Windows")
def test_break_magic(ipdb_kernel):
"""Test %break magic."""
kernel = ipdb_kernel
Expand Down

0 comments on commit c3ed33d

Please sign in to comment.