diff --git a/tests/scipy_stats_test.py b/tests/scipy_stats_test.py index d5efd578d..f975f0bf7 100644 --- a/tests/scipy_stats_test.py +++ b/tests/scipy_stats_test.py @@ -14,7 +14,6 @@ from functools import partial import itertools -import unittest from absl.testing import absltest @@ -767,8 +766,6 @@ class LaxBackedScipyStatsTests(jtu.JaxTestCase): @genNamedParametersNArgs(5) def testTruncnormPdf(self, shapes, dtypes): - if jtu.device_under_test() == "cpu": - raise unittest.SkipTest("TODO(b/280418378) test fails after LLVM update") rng = jtu.rand_default(self.rng()) scipy_fun = osp_stats.truncnorm.pdf lax_fun = lsp_stats.truncnorm.pdf