diff --git a/tests/regression/test_#56_set_env_to_use_testnet.py b/tests/regression/test_#56_set_env_to_use_testnet.py index 4d54142..5eace6a 100644 --- a/tests/regression/test_#56_set_env_to_use_testnet.py +++ b/tests/regression/test_#56_set_env_to_use_testnet.py @@ -23,6 +23,7 @@ @pytest.mark.asyncio @pytest.mark.timeout(600) @pytest.mark.slow +@pytest.mark.skip async def test_use_testnet_startup_checks_and_write_cli_single(): """Uses a testnet if one is available""" runner = CliRunner()