Skip to content

Commit d2495f7

Browse files
committed
Skip slow numba pad tests
1 parent f7cc0f0 commit d2495f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/link/numba/test_pad.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
RTOL = ATOL = 1e-6 if floatX.endswith("64") else 1e-3
1212

1313

14+
@pytest.mark.skip(
15+
"Numba compilation is too slow and this is just a test for dispatch of OpFromGraph"
16+
)
1417
@pytest.mark.parametrize(
1518
"mode, kwargs",
1619
[

0 commit comments

Comments
 (0)