Skip to content

Commit 4e167b8

Browse files
SNOW-1959352 disable test_connection::test_bogus (#2192)
1 parent 24ff40d commit 4e167b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integ/test_connection.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def test_with_string_login_timeout(db_parameters):
298298
)
299299

300300

301+
@pytest.mark.skip(reason="the test is affected by CI breaking change")
301302
def test_bogus(db_parameters):
302303
"""Attempts to login with invalid user name and password.
303304

0 commit comments

Comments
 (0)