Skip to content

Commit

Permalink
SNOW-754087: Remove xfail from if_not_exists tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam committed Sep 27, 2023
1 parent c6cfc66 commit 2fcc921
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 @@ -1019,7 +1019,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 @@ -1368,7 +1368,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 @@ -422,7 +422,6 @@ def process(
new_session._run_query(f"drop function if exists {udtf_name}(int)")


@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 2fcc921

Please sign in to comment.