You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/tmuxp/files/tmuxp-1.9.2-tests.patch

14 lines
564 B

diff --git a/tests/test_workspacebuilder.py b/tests/test_workspacebuilder.py
index e85b409..22368b1 100644
--- a/tests/test_workspacebuilder.py
+++ b/tests/test_workspacebuilder.py
@@ -343,7 +343,7 @@ def test_environment_variables(session):
assert session.show_environment('FOO') == 'BAR'
assert session.show_environment('PATH') == '/tmp'
-
+@pytest.mark.skip("hangs indefinitely")
def test_automatic_rename_option(session):
"""With option automatic-rename: on."""
yaml_config = loadfixture("workspacebuilder/window_automatic_rename.yaml")