Skip to content

Commit 40404d7

Browse files
authored
Merge pull request #20306 from ccordoba12/fix-tests
PR: Skip a test that started to fail on Windows
2 parents b09c3c8 + 5a63110 commit 40404d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spyder/app/tests/test_mainwindow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def test_single_instance_and_edit_magic(main_window, qtbot, tmpdir):
116116

117117
@pytest.mark.slow
118118
@pytest.mark.use_introspection
119+
@pytest.mark.skipif(os.name == 'nt', reason="Fails on Windows")
119120
def test_leaks(main_window, qtbot):
120121
"""
121122
Test leaks in mainwindow when closing a file or a console.

0 commit comments

Comments
 (0)