Commit 92f2c147 authored by Hongchan Choi's avatar Hongchan Choi Committed by Commit Bot

Disable ArchiveValidatorTest.GetSizeAndComputeDigestOnContentUri

See details in:
https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyYQsSBUZsYWtlIlZjaHJvbWl1bUBjb21wb25lbnRzX3VuaXR0ZXN0c0BBcmNoaXZlVmFsaWRhdG9yVGVzdC5HZXRTaXplQW5kQ29tcHV0ZURpZ2VzdE9uQ29udGVudFVyaQw

TBR=petewil@chromium.org

Bug: 1022323
Change-Id: I64b8bb53697f8538b8615d9548868f50c19ee6d2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904156Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Auto-Submit: Hongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713503}
parent 0b58a4c9
......@@ -143,7 +143,8 @@ TEST_F(ArchiveValidatorTest, GetSizeAndComputeDigestOnBigFile) {
}
#if defined(OS_ANDROID)
TEST_F(ArchiveValidatorTest, GetSizeAndComputeDigestOnContentUri) {
// Flaky. https://crbug.com/1022323
TEST_F(ArchiveValidatorTest, DISABLED_GetSizeAndComputeDigestOnContentUri) {
base::FilePath content_uri_path = GetContentUriPathForTest();
std::pair<int64_t, std::string> actual_size_and_digest =
ArchiveValidator::GetSizeAndComputeDigest(content_uri_path);
......
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