Skip to content

Commit 65db640

Browse files
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Add timeout to auth/aio tests
1 parent 4f84153 commit 65db640

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

test/auth/aio/test_okta_authorization_code.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ async def test_okta_authorization_code_successful():
4343

4444
@pytest.mark.auth
4545
@pytest.mark.asyncio
46+
@pytest.mark.skip(
47+
reason="SNOW-2895170: Script providing credentials cannot connect to browser"
48+
)
4649
async def test_okta_authorization_code_mismatched_user():
4750
connection_parameters = (
4851
AuthConnectionParameters().get_oauth_external_authorization_code_connection_parameters()

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ commands =
7474
lambda: {env:SNOWFLAKE_PYTEST_CMD_IGNORE_AIO} -m "{env:SNOWFLAKE_TEST_TYPE} and lambda" {posargs:} test
7575
extras: python -m test.extras.run {posargs:}
7676
single: {env:SNOWFLAKE_PYTEST_CMD} -s "{env:SINGLE_TEST_NAME}" {posargs:}
77-
aio: {env:SNOWFLAKE_PYTEST_CMD} -m "aio" {posargs:} test
77+
aio: {env:SNOWFLAKE_PYTEST_CMD} -m "aio" -vv {posargs:} test
7878

7979
[testenv:olddriver]
8080
basepython = python3.9

0 commit comments

Comments
 (0)