Index: net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
diff --git a/net/ftp/ftp_directory_listing_parser_windows_unittest.cc b/net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
index 7297676c9e0abadfa4c948e1ee1136ccef3b814b..44718101db0f33c9d55881a823e729d85070dbc4 100644 |
--- a/net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
+++ b/net/ftp/ftp_directory_listing_parser_windows_unittest.cc |
@@ -38,7 +38,7 @@ TEST_F(FtpDirectoryListingParserWindowsTest, Good) { |
{ "01-06-80 02:42AM 458 Corner3.txt", |
FtpDirectoryListingEntry::FILE, "Corner3.txt", 458, |
1980, 1, 6, 2, 42 }, |
-#if !defined(OS_LINUX) |
+#if !defined(OS_LINUX) && !defined(OS_ANDROID) |
// TODO(phajdan.jr): Re-enable when 2038-year problem is fixed on Linux. |
{ "01-06-79 02:42AM 458 Corner4", |
FtpDirectoryListingEntry::FILE, "Corner4", 458, |