From 9e3ba11e8ad748b6871efd894223c23c3103dbe0 Mon Sep 17 00:00:00 2001 From: Shahrustam Date: Wed, 10 Jun 2020 12:36:07 +0300 Subject: [PATCH] skip account tests --- tests/commands/test_account_org_team.py | 2 ++ 1 file changed, 2 insertions(+) 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"),