diff options
-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, |