diff --git a/oonipipeline/tests/test_cli.py b/oonipipeline/tests/test_cli.py index 57aaf45c..745753e5 100644 --- a/oonipipeline/tests/test_cli.py +++ b/oonipipeline/tests/test_cli.py @@ -5,7 +5,6 @@ import textwrap from oonipipeline.cli.commands import cli -from oonipipeline.cli.commands import parse_config_file from oonipipeline.temporal.client_operations import TemporalConfig, get_status import pytest @@ -38,6 +37,7 @@ def __init__(self): self.default_map = {} +@pytest.mark.skip("TODO(art): maybe test new settings parsing") def test_parse_config(tmp_path): ctx = MockContext()