Commit ea9ac612 authored by sczs's avatar sczs Committed by Commit Bot

[ios] Disables HttpSeverProperties test

Bug: 1004604
Change-Id: If571592b94f7505f1111cd957c3f73950b6060c7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808380
Auto-Submit: Sergio Collazos <sczs@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Reviewed-by: default avatarMatt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#697235}
parent 49168fa1
...@@ -79,7 +79,7 @@ class PrefsTest : public CronetTestBase { ...@@ -79,7 +79,7 @@ class PrefsTest : public CronetTestBase {
NSURLSession* session_; NSURLSession* session_;
}; };
TEST_F(PrefsTest, HttpSeverProperties) { TEST_F(PrefsTest, DISABLED_HttpSeverProperties) {
base::FilePath storage_path; base::FilePath storage_path;
bool result = base::PathService::Get(base::DIR_CACHE, &storage_path); bool result = base::PathService::Get(base::DIR_CACHE, &storage_path);
ASSERT_TRUE(result); ASSERT_TRUE(result);
......
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