Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_unittest.cc |
index 30ea6d17afc1500d430cabe92f901fe8e3cc2360..10f85b7e9a66722ac797c61a3ba1dd6cee607b1c 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_compression_stats_unittest.cc |
@@ -888,7 +888,12 @@ TEST_F(DataReductionProxyCompressionStatsTest, PartialDayTimeChange) { |
original2, 2, received2, 2); |
} |
-TEST_F(DataReductionProxyCompressionStatsTest, ForwardMultipleDays) { |
+#if defined(OS_ANDROID) |
+#define MAYBE_ForwardMultipleDays DISABLED_ForwardMultipleDays |
+#else |
+#define MAYBE_ForwardMultipleDays ForwardMultipleDays |
+#endif |
+TEST_F(DataReductionProxyCompressionStatsTest, MAYBE_ForwardMultipleDays) { |
const int64_t kOriginalLength = 200; |
const int64_t kReceivedLength = 100; |
RecordContentLengthPrefs( |