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 df9e0e0 commit 2baae15Copy full SHA for 2baae15
tests/console/test_slash_handler.py
@@ -115,7 +115,7 @@ async def test_handle_with_invalid_command_and_args(
115
assert not printer.called
116
117
118
-@pytest.skip(reason="Skipping GitHub workflow installation test")
+@pytest.mark.skip(reason="Skipping GitHub workflow installation test")
119
async def test_install_workflow_command(
120
handler_and_printer: Tuple[SlashCommandHandler, DummyPrinter],
121
) -> None:
0 commit comments