1
0
python-pytest-qt/skip-timeout-tests.patch

13 lines
572 B
Diff
Raw Normal View History

Index: pytest-qt-3.2.1/tests/test_basics.py
===================================================================
--- pytest-qt-3.2.1.orig/tests/test_basics.py
+++ pytest-qt-3.2.1/tests/test_basics.py
@@ -84,6 +84,7 @@ def test_stop_for_interaction(qtbot, tim
@pytest.mark.parametrize("show", [True, False])
@pytest.mark.parametrize("method_name", ["waitExposed", "waitActive"])
+@pytest.mark.skip(reason="Fails in OBS randomly")
def test_wait_window(show, method_name, qtbot):
"""
Using one of the wait-widget methods should not raise anything if the widget