Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jdu committed Jun 4, 2024
1 parent 47d1251 commit beed1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/modin/frame/test_quantile.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def test_quantile_datetime_negative():
@sql_count_checker(query_count=0)
def test_quantile_large():
if SKIP_SQL_COUNT_CHECK:
pytest.skip("No sql count check is performed")
pytest.fail("No sql count check is performed")

snow_series = pd.DataFrame({"a": range(1000), "b": range(1000)})
q = np.linspace(0, 1, 16)
Expand Down

0 comments on commit beed1b3

Please sign in to comment.