Commit 21120a3e authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Disable flakey test, ArchiveValidatorTest.ValidateContentUri.

This test flakes regularly on Kitkat, less often on marshmallow.

TBR=jianli@chromium.org

Bug: 1022322
Change-Id: Idca960761c3a4a56fdd2027b79a53943fe07199e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911390Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714493}
parent 4e1fc60b
...@@ -168,7 +168,8 @@ TEST_F(ArchiveValidatorTest, ValidateBigFile) { ...@@ -168,7 +168,8 @@ TEST_F(ArchiveValidatorTest, ValidateBigFile) {
} }
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
TEST_F(ArchiveValidatorTest, ValidateContentUri) { // Flaky. https://crbug.com/1022322
TEST_F(ArchiveValidatorTest, DISABLED_ValidateContentUri) {
base::FilePath content_uri_path = GetContentUriPathForTest(); base::FilePath content_uri_path = GetContentUriPathForTest();
EXPECT_TRUE(ArchiveValidator::ValidateFile( EXPECT_TRUE(ArchiveValidator::ValidateFile(
content_uri_path, kSizeForTestContentUri, kExpectedDigestForContentUri)); content_uri_path, kSizeForTestContentUri, kExpectedDigestForContentUri));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment