diff options
| author | 2016-02-05 08:50:23 +0000 | |
|---|---|---|
| committer | 2016-02-05 08:50:23 +0000 | |
| commit | 3aec725d03e9ba28562e7c2578445307ecb7dd2d (patch) | |
| tree | f3c3d3b7e78dddbc551909504774977e59097ef4 | |
| parent | b2b6d8a778b5e9879319ffed07ed7b5abe09efb5 (diff) | |
| parent | 0a57b45f83d6aa8876e6e91d0e5b3f62a1690d3f (diff) | |
Merge "Disable test for now."
| -rw-r--r-- | tools/libcore_failures.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/libcore_failures.txt b/tools/libcore_failures.txt index 6d67f8477d..93e71a73fb 100644 --- a/tools/libcore_failures.txt +++ b/tools/libcore_failures.txt @@ -266,5 +266,10 @@ "libcore.util.NativeAllocationRegistryTest#testNativeAllocationNoAllocatorAndNoSharedRegistry", "libcore.util.NativeAllocationRegistryTest#testNativeAllocationNoAllocatorAndSharedRegistry", "libcore.util.NativeAllocationRegistryTest#testNullArguments"] +}, +{ + description: "Intermittent failure the libcore team is working on", + result: EXEC_FAILED, + names: ["ibcore.util.ZoneInfoTest#testReadSerialized"] } ] |