From a41a1d2769432aa219d8e0e2cbf568ddd5b18043 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Wed, 24 Aug 2022 12:25:40 +0200 Subject: [PATCH 1/2] Skip for two more tests till waiting fix tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_ptp_all_nan tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_ptp_nan Need to skip them because CI does not work due to this. --- tests/skipped_tests.tbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/skipped_tests.tbl b/tests/skipped_tests.tbl index f9863951f5b2..bbf3c1c3b535 100644 --- a/tests/skipped_tests.tbl +++ b/tests/skipped_tests.tbl @@ -1377,3 +1377,5 @@ tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentil tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentile_scalar_q tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentile_tuple_axis tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentile_uxpected_interpolation +tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_ptp_all_nan +tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_ptp_nan From 7867894478e164a94c45cd258b084be9de6ba121 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Wed, 24 Aug 2022 12:55:04 +0200 Subject: [PATCH 2/2] The same tests skip for gpu --- tests/skipped_tests_gpu.tbl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/skipped_tests_gpu.tbl b/tests/skipped_tests_gpu.tbl index 5c823c299d54..6a4bd6e6bb87 100644 --- a/tests/skipped_tests_gpu.tbl +++ b/tests/skipped_tests_gpu.tbl @@ -1804,3 +1804,5 @@ tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentil tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentile_scalar_q tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentile_tuple_axis tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_percentile_uxpected_interpolation +tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_ptp_all_nan +tests/third_party/cupy/statistics_tests/test_order.py::TestOrder::test_ptp_nan