Skip to content

Commit

Permalink
SNOW-1638059: fix daily precommit failure test (#2158)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling authored Aug 26, 2024
1 parent b2a9e42 commit 7b58eb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions tests/integ/scala/test_async_job_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,13 +371,6 @@ def test_async_is_running_and_cancel(session):
assert async_job2.is_done()


@pytest.mark.skipif(IS_IN_STORED_PROC_LOCALFS, reason="Requires large result")
def test_async_place_holder(session):
exp = session.sql("show functions").where("1=1").collect()
async_job = session.sql("show functions").where("1=1").collect_nowait()
Utils.check_answer(async_job.result(), exp)


@pytest.mark.skipif(not is_pandas_available, reason="pandas is not available")
@pytest.mark.parametrize("create_async_job_from_query_id", [True, False])
def test_create_async_job(session, create_async_job_from_query_id):
Expand Down
1 change: 0 additions & 1 deletion tests/integ/test_cte.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,6 @@ def test_table(session):
[
"select 1 as a, 2 as b",
"show tables in schema limit 10",
"describe result last_query_id()",
],
)
def test_sql(session, query):
Expand Down

0 comments on commit 7b58eb0

Please sign in to comment.