diff options
author | Benoit Lamarche <benoitlamarche@google.com> | 2015-04-29 15:39:13 +0200 |
---|---|---|
committer | Benoit Lamarche <benoitlamarche@google.com> | 2015-04-29 15:39:13 +0200 |
commit | f5c7c47ef5cb9085dbbcd34410d020297a43ec33 (patch) | |
tree | 284898ff9a2da2e822ed63599c8db2a01adc7b4c /sched/tests/com | |
parent | 9c14d5df2ab8188817bb6f6a7e56b2599e466086 (diff) | |
download | toolchain_jack-f5c7c47ef5cb9085dbbcd34410d020297a43ec33.zip toolchain_jack-f5c7c47ef5cb9085dbbcd34410d020297a43ec33.tar.gz toolchain_jack-f5c7c47ef5cb9085dbbcd34410d020297a43ec33.tar.bz2 |
Remove STOPSHIP in VFSTest
I've added a bug to track the issue instead:
Bug: 20684001
Change-Id: Ia78386c8376cfe81828a1f13d9ed7322812407d0
Diffstat (limited to 'sched/tests/com')
-rw-r--r-- | sched/tests/com/android/sched/vfs/VFSTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sched/tests/com/android/sched/vfs/VFSTest.java b/sched/tests/com/android/sched/vfs/VFSTest.java index 40d9720..01f25a9 100644 --- a/sched/tests/com/android/sched/vfs/VFSTest.java +++ b/sched/tests/com/android/sched/vfs/VFSTest.java @@ -322,7 +322,7 @@ public class VFSTest { } @Test - @Ignore //STOPSHIP: fix this + @Ignore public void testMessageDigestFSWithCaseInsensitiveFS() throws NotDirectoryException, CannotCreateFileException, |