File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ )
4649async def test_okta_authorization_code_mismatched_user ():
4750 connection_parameters = (
4851 AuthConnectionParameters ().get_oauth_external_authorization_code_connection_parameters ()
Original file line number Diff line number Diff 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]
8080basepython = python3.9
You can’t perform that action at this time.
0 commit comments