Skip to content

Commit

Permalink
test tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Peter committed Oct 8, 2021
1 parent e429335 commit c97eac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spyder/app/tests/test_mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,8 @@ def test_custom_layouts(main_window, qtbot):

@pytest.mark.slow
@flaky(max_runs=3)
@pytest.mark.skipif(not running_in_ci() or sys.platform.startswith('linux'),
# Disable to test
@pytest.mark.skipif(True or not running_in_ci() or sys.platform.startswith('linux'),
reason="Only runs in CIs and fails on Linux sometimes")
def test_programmatic_custom_layouts(main_window, qtbot):
"""
Expand Down

0 comments on commit c97eac5

Please sign in to comment.