Skip to content

Commit d84076a

Browse files
sfc-gh-stakedaankit-bhatnagar167
authored andcommitted
SNOW-83424: disabled test temporarily
1 parent 32e23af commit d84076a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_connection.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@ def test_valid_application(db_parameters):
279279
cnx.close()
280280

281281

282+
@pytest.mark.skipif(True,
283+
reason="Disable temporarily"
284+
)
282285
def test_invalid_default_parameters(db_parameters):
283286
"""
284287
Invalid database, schema, warehouse and role name

0 commit comments

Comments
 (0)