diff --git a/tests/integ/modin/frame/test_quantile.py b/tests/integ/modin/frame/test_quantile.py index 2944da232ed..a94b7ae6309 100644 --- a/tests/integ/modin/frame/test_quantile.py +++ b/tests/integ/modin/frame/test_quantile.py @@ -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():