Commit 71170ee8 authored by Theresa Wellington's avatar Theresa Wellington Committed by Commit Bot

Disable flaky NetworkContextClientBaseTest.UploadOneValidFileWithContentUri

BUG=1027790
TBR=boliu@chromium.org

Change-Id: I8f30fd474c038bd2eb6a7321bac82517d12f71ea
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106390Reviewed-by: default avatarTheresa  <twellington@chromium.org>
Commit-Queue: Theresa  <twellington@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751385}
parent 6d8ecf8c
...@@ -125,7 +125,9 @@ TEST_F(NetworkContextClientBaseTest, UploadOneValidFile) { ...@@ -125,7 +125,9 @@ TEST_F(NetworkContextClientBaseTest, UploadOneValidFile) {
} }
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
TEST_F(NetworkContextClientBaseTest, UploadOneValidFileWithContentUri) { // Flakily fails on Android bots. See http://crbug.com/1027790
TEST_F(NetworkContextClientBaseTest,
DISABLED_UploadOneValidFileWithContentUri) {
base::FilePath image_path; base::FilePath image_path;
EXPECT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &image_path)); EXPECT_TRUE(base::PathService::Get(base::DIR_SOURCE_ROOT, &image_path));
image_path = image_path.AppendASCII("content") image_path = image_path.AppendASCII("content")
...@@ -225,4 +227,4 @@ TEST_F(NetworkContextClientBaseTest, UploadFromBrowserProcess) { ...@@ -225,4 +227,4 @@ TEST_F(NetworkContextClientBaseTest, UploadFromBrowserProcess) {
ValidateFileContents(response.opened_files[0], kFileContent1); ValidateFileContents(response.opened_files[0], kFileContent1);
} }
} // namespace content } // namespace content
\ No newline at end of file
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