diff --git a/tests/commands/test_account_org_team.py b/tests/commands/test_account_org_team.py index 770a692e..a7711ee2 100644 --- a/tests/commands/test_account_org_team.py +++ b/tests/commands/test_account_org_team.py @@ -26,6 +26,8 @@ from platformio.commands.team import cli as cmd_team from platformio.downloader import FileDownloader from platformio.unpacker import FileUnpacker +pytestmark = pytest.mark.skip() + @pytest.mark.skipif( not os.environ.get("TEST_EMAIL_LOGIN"),