Skip to content

Commit 6426110

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/auth/aio/test_external_browser.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ async def test_external_browser_successful():
4545

4646
@pytest.mark.auth
4747
@pytest.mark.asyncio
48+
@pytest.mark.skip(
49+
reason="SNOW-2895170: Script providing credentials cannot connect to browser"
50+
)
4851
async def test_external_browser_mismatched_user():
4952
connection_parameters = (
5053
AuthConnectionParameters().get_external_browser_connection_parameters()

0 commit comments

Comments
 (0)