Skip to content

Commit 10feca0

Browse files
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add timeout to auth/aio tests
1 parent ff6c45c commit 10feca0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

test/auth/aio/test_external_browser.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ def setup_and_teardown():
2525

2626
@pytest.mark.auth
2727
@pytest.mark.asyncio
28+
@pytest.mark.skip(
29+
reason="SNOW-2895170: Script providing credentials cannot connect to browser"
30+
)
2831
async def test_external_browser_successful():
2932
logging.getLogger("snowflake.connector").setLevel(logging.DEBUG)
3033
connection_parameters = (
3134
AuthConnectionParameters().get_external_browser_connection_parameters()
3235
)
33-
test_helper = AuthorizationTestHelper(connection_parameters)
3436
browser_login, browser_password = get_okta_login_credentials().values()
37+
38+
test_helper = AuthorizationTestHelper(connection_parameters)
3539
await test_helper.connect_and_provide_credentials(
3640
Scenario.SUCCESS, browser_login, browser_password
3741
)

0 commit comments

Comments
 (0)