File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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+ )
2831async def test_okta_authorization_code_successful ():
2932 connection_parameters = (
3033 AuthConnectionParameters ().get_oauth_external_authorization_code_connection_parameters ()
Original file line number Diff line number Diff 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
3533package = wheel
3634setenv =
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
126123commands =
127124 {env:SNOWFLAKE_PYTEST_CMD} -n auto -m " aio and unit" -vvv {posargs:} test
You can’t perform that action at this time.
0 commit comments