We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cf1c9 commit 1f4839cCopy full SHA for 1f4839c
tests/cli/test_slices.py
@@ -12,6 +12,7 @@ def cli_slices(test_slice):
12
13
14
# TODO(gunnar): Add actual slice data through fixture
15
+@pytest.mark.skip(reason="Hangs indefinitely")
16
def test_invoke_slices(runner):
17
# NOTE: The list_slices method is tested elsewhere, just testing control flow
18
with mock.patch("cli.slices.list_slices"):
0 commit comments