Skip to content

Commit 4f84153

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/auth/aio/test_okta_authorization_code.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ 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_okta_authorization_code_successful():
2932
connection_parameters = (
3033
AuthConnectionParameters().get_oauth_external_authorization_code_connection_parameters()

tox.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ extras =
3030
sso: secure-local-storage
3131
aio: aio
3232
aio: aioboto
33-
aio: pandas
34-
aio: secure-local-storage
3533
package = wheel
3634
setenv =
3735
COVERAGE_FILE = {env:COVERAGE_FILE:{toxworkdir}/.coverage.{envname}}
@@ -121,7 +119,6 @@ extras=
121119
development
122120
aio
123121
aioboto
124-
pandas
125122
secure-local-storage
126123
commands =
127124
{env:SNOWFLAKE_PYTEST_CMD} -n auto -m "aio and unit" -vvv {posargs:} test

0 commit comments

Comments
 (0)