Skip to content

Commit

Permalink
SNOW-754087: Remove xfail from if_not_exists tests (#1065)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam authored Sep 29, 2023
1 parent 00ca832 commit e93d054
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/integ/test_stored_procedure.py
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ def test_sp_replace(session):
assert add_sp(1, 2) == 3


@pytest.mark.xfail(reason="SNOW-757054 flaky test", strict=False)
@pytest.mark.skipif(
IS_IN_STORED_PROC,
reason="Named temporary procedure is not supported in stored proc",
Expand Down
1 change: 0 additions & 1 deletion tests/integ/test_udf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,6 @@ def test_udf_replace(session):
)


@pytest.mark.xfail(reason="SNOW-757054 flaky test", strict=False)
@pytest.mark.skipif(
IS_IN_STORED_PROC, reason="Named temporary udf is not supported in stored proc"
)
Expand Down
1 change: 0 additions & 1 deletion tests/integ/test_udtf.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ def process(
Utils.drop_stage(session, stage_name)


@pytest.mark.xfail(reason="SNOW-757054 flaky test", strict=False)
@pytest.mark.skipif(
IS_IN_STORED_PROC, reason="Named temporary udf is not supported in stored proc"
)
Expand Down

0 comments on commit e93d054

Please sign in to comment.