Skip to content

Commit cff4d9d

Browse files
skip slow tests for RNG funcs (#964)
* skip slow tests for RNG funcs * more skipped tests, not only RNG
1 parent 05a06b9 commit cff4d9d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tests/skipped_tests_gpu.tbl

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
tests/test_linalg.py::test_eig_arange[16-float64]
2+
tests/test_linalg.py::test_eig_arange[16-float32]
3+
tests/test_linalg.py::test_eig_arange[16-int64]
4+
tests/test_linalg.py::test_eig_arange[16-int32]
5+
tests/test_linalg.py::test_qr[(16,16)-float64]
6+
tests/test_linalg.py::test_qr[(16,16)-float32]
7+
tests/test_linalg.py::test_qr[(16,16)-int64]
8+
tests/test_linalg.py::test_qr[(16,16)-int32]
9+
tests/test_random.py::test_randn_normal_distribution
10+
tests/test_random.py::TestDistributionsBeta::test_moments
11+
tests/test_random.py::TestDistributionsBinomial::test_moments
12+
tests/test_random.py::TestDistributionsF::test_moments
13+
tests/test_random.py::TestDistributionsGamma::test_moments
14+
tests/test_random.py::TestDistributionsGeometric::test_moments
15+
tests/test_random.py::TestDistributionsGumbel::test_moments
16+
tests/test_random.py::TestDistributionsHypergeometric::test_moments
17+
tests/test_random.py::TestDistributionsLaplace::test_moments
18+
tests/test_random.py::TestDistributionsLogistic::test_moments
19+
tests/test_random.py::TestDistributionsLognormal::test_moments
20+
tests/test_random.py::TestDistributionsMultinomial::test_moments
21+
tests/test_random.py::TestDistributionsMultivariateNormal::test_moments
22+
tests/test_random.py::TestDistributionsNormal::test_moments
23+
tests/test_random.py::TestDistributionsNoncentralChisquare::test_moments[df_grt_1]
24+
tests/third_party/cupy/linalg_tests/test_product.py::TestProduct::test_multidim_outer
25+
tests/third_party/cupy/random_tests/test_sample.py::TestRandintDtype::test_dtype2
26+
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_axis
27+
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_negative_axis
28+
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_none_axis
29+
tests/third_party/cupy/sorting_tests/test_sort.py::TestPartition_param_3_{external=True, length=20000}::test_partition_sequence_kth
30+
131
tests/third_party/intel/test_zero_copy_test1.py::test_dpnp_interaction_with_dpctl_memory
232
tests/test_amin_amax.py::test_amax_int[int64]
333
tests/test_amin_amax.py::test_amin_int[int64]

0 commit comments

Comments
 (0)