13 lines
564 B
Diff
13 lines
564 B
Diff
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")
|