File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1265,6 +1265,7 @@ def test_execute_helper_params_error(conn_testaccount):
12651265 cur ._execute_helper ("select %()s" , statement_params = "1" )
12661266
12671267
1268+ @pytest .mark .skipolddriver
12681269def test_desc_rewrite (conn , caplog ):
12691270 """Tests whether describe queries are rewritten as expected and this action is logged."""
12701271 with conn () as cnx :
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ def test_structured_array_types(conn_cnx):
4040 assert metadata .type_code == 10
4141
4242
43+ @pytest .mark .xfail (
44+ reason = "SNOW-1305289: Param difference in aws environment" , strict = False
45+ )
4346def test_structured_map_types (conn_cnx ):
4447 with conn_cnx () as cnx :
4548 cur = cnx .cursor ()
You can’t perform that action at this time.
0 commit comments