From 239472651bab73cd50f1e764f2179b3f1931d665 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 06:46:11 +0000 Subject: [PATCH] :rotating_light: auto fix by pre-commit hooks --- tests/builtin_plugins/check/test_check.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/builtin_plugins/check/test_check.py b/tests/builtin_plugins/check/test_check.py index 118f7b93..2ce765ac 100644 --- a/tests/builtin_plugins/check/test_check.py +++ b/tests/builtin_plugins/check/test_check.py @@ -90,6 +90,7 @@ def init_mocker(mocker: MockerFixture, tmp_path: Path): mock_template_path_new, ) + @pytest.mark.xfail async def test_check( app: App, @@ -131,6 +132,7 @@ async def test_check( mock_build_message.assert_called_once_with(mock_template_to_pic_return) mock_build_message_return.send.assert_awaited_once() + @pytest.mark.xfail async def test_check_arm( app: App,