We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4839c commit 7d21f17Copy full SHA for 7d21f17
1 file changed
tests/cli/test_slices.py
@@ -21,6 +21,7 @@ def test_invoke_slices(runner):
21
assert result.exit_code == 0
22
23
24
+@pytest.mark.skip(reason="Hangs indefinitely")
25
@pytest.mark.integration
26
def test_invoke_slices_list(runner, cli_slices):
27
runner = CliRunner()
0 commit comments