Skip to content

Commit 31af244

Browse files
committed
skip array reductions test on sim
1 parent caaa5cc commit 31af244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

numba_cuda/numba/cuda/tests/test_array_reductions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
from numba.cuda.tests.support import TestCase, MemoryLeakMixin
66
from numba import cuda
7+
from numba.cuda.testing import skip_on_cudasim
78
from numba.cuda.misc.special import literal_unroll
89
from numba.cuda import config
910

1011

12+
@skip_on_cudasim
1113
class TestArrayReductions(MemoryLeakMixin, TestCase):
1214
"""
1315
Test array reduction methods and functions such as .sum(), .max(), etc.

0 commit comments

Comments
 (0)