Skip to content

Commit

Permalink
SNOW-1710280: mark flaky test xfail (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aalam authored Oct 3, 2024
1 parent d4c1a2c commit 05ca10e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/integ/scala/test_dataframe_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ def test_cache_result(session):
Utils.check_answer(df2, [Row(3)])


@pytest.mark.xfail(
reason="SNOW-1709861 result_scan for show tables is flaky", strict=False
)
@pytest.mark.xfail(
"config.getoption('local_testing_mode', default=False)",
reason="This is testing query generation",
Expand Down

0 comments on commit 05ca10e

Please sign in to comment.