diff options
Diffstat (limited to 'solo-tool-project/test/solo_tool_controller_integrationtest.py')
-rw-r--r-- | solo-tool-project/test/solo_tool_controller_integrationtest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solo-tool-project/test/solo_tool_controller_integrationtest.py b/solo-tool-project/test/solo_tool_controller_integrationtest.py index 9311483..e39e5f9 100644 --- a/solo-tool-project/test/solo_tool_controller_integrationtest.py +++ b/solo-tool-project/test/solo_tool_controller_integrationtest.py @@ -2,6 +2,8 @@ import pathlib import shutil import pytest +pytestmark = pytest.mark.skip(reason="not yet implemented") + from solo_tool.solo_tool_controller import SoloToolController from solo_tool.solo_tool import SoloTool |