python312Packages.distrax: disable flaky test

This commit is contained in:
Gaetan Lepage
2025-03-01 21:05:19 +01:00
parent 7c871e5b6e
commit a24be4d8d5
@@ -42,6 +42,9 @@ buildPythonPackage rec {
# Flaky: AssertionError: 1 not less than 0.7000000000000001
"test_von_mises_sample_uniform_ks_test"
# Flaky: AssertionError: Not equal to tolerance
"test_composite_methods_are_consistent__with_jit"
# NotImplementedError: Primitive 'square' does not have a registered inverse.
"test_against_tfp_bijectors_square"
"test_log_dets_square__with_device"