···4242 disabledTests = [
4343 # See https://github.com/deepmind/chex/issues/204.
4444 "test_uninspected_checks"
4545+4646+ # These tests started failing at some point after upgrading to 0.1.5
4747+ "test_useful_failure"
4848+ "TreeAssertionsTest"
4949+ "PmapFakeTest"
5050+ "WithDeviceTest"
4551 ];
46524753 meta = with lib; {