Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
sfc-gh-jdu committed Jun 4, 2024
1 parent ad6cf1c commit 8de7390
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integ/modin/frame/test_quantile.py
Original file line number Diff line number Diff line change
@@ -133,9 +133,8 @@ def test_quantile_datetime_negative():


@pytest.mark.xfail(
condition=not SKIP_SQL_COUNT_CHECK,
reason="Bug in quantile emitting large amount of queries except for small data. TODO: SNOW-1229442",
strict=True,
strict=not SKIP_SQL_COUNT_CHECK,
)
@sql_count_checker(query_count=0)
def test_quantile_large():

0 comments on commit 8de7390

Please sign in to comment.