diff -r b11b71aaf864 Lib/test/test_io.py --- a/Lib/test/test_io.py Sat May 21 14:56:53 2016 +0300 +++ b/Lib/test/test_io.py Sun May 22 11:36:27 2016 +0200 @@ -525,6 +525,7 @@ f = self.BytesIO(data) self.read_ops(f, True) + @unittest.skipIf(support.is_android, 'No large file support on Android.') def test_large_file_ops(self): # On Windows and Mac OSX this test comsumes large resources; It takes # a long time to build the >2GB file and takes >2GB of disk space