Disable testiDctn just like testiDct

PiperOrigin-RevId: 552583621
This commit is contained in:
Yash Katariya 2023-07-31 13:55:05 -07:00 committed by jax authors
parent 9d62d867bc
commit e1e88e1d9c

View File

@ -106,6 +106,9 @@ class LaxBackedScipyFftTests(jtu.JaxTestCase):
dtype=real_dtypes,
norm=[None, 'ortho'],
)
# TODO(phawkins): these tests are failing on T4 GPUs in CI with a
# CUDA_ERROR_ILLEGAL_ADDRESS.
@jtu.skip_on_devices("cuda")
def testiDctn(self, shape, dtype, s, axes, norm):
rng = jtu.rand_default(self.rng())
args_maker = lambda: (rng(shape, dtype),)