Skip to content

Commit

Permalink
Skip test_iter_cursor_wait_for_result for no pandas (#2242)
Browse files Browse the repository at this point in the history
<!---
Please answer these questions before creating your pull request. Thanks!
--->

1. Which Jira issue is this PR addressing? Make sure that there is an
accompanying issue to your PR.

   <!---
   In this section, please add a Snowflake Jira issue number.
   
Note that if a corresponding GitHub issue exists, you should still
include
   the Snowflake Jira issue number. For example, for GitHub issue
#1400, you should
   add "SNOW-1335071" here.
    --->

   Fixes SNOW-NNNNNNN

2. Fill out the following pre-review checklist:

- [ ] I am adding a new automated test(s) to verify correctness of my
new code
- [ ] If this test skips Local Testing mode, I'm requesting review from
@snowflakedb/local-testing
   - [ ] I am adding new logging messages
   - [ ] I am adding a new telemetry message
   - [ ] I am adding new credentials
   - [ ] I am adding a new dependency
- [ ] If this is a new feature/behavior, I'm adding the Local Testing
parity changes.

3. Please describe how your code solves the related issue.

   to_pandas_batches require pandas
  • Loading branch information
sfc-gh-jdu committed Sep 5, 2024
1 parent 77679a2 commit b824b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integ/scala/test_async_job_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ def test_async_job_result_wait_no_result(session):
assert result is None


@pytest.mark.skipif(not is_pandas_available, reason="pandas is not available")
@pytest.mark.parametrize(
"action",
[
Expand Down

0 comments on commit b824b5e

Please sign in to comment.