Commit 9262ebc4 authored by benwells's avatar benwells Committed by Commit bot

Disable PnaclHeaderTest.TestHasPnaclHeader as it is flaky.

TBR=zhaoqin@chromium.org
NOTRY=true
BUG=315328

Review URL: https://codereview.chromium.org/517813003

Cr-Commit-Position: refs/heads/master@{#292568}
parent 8a1bee36
...@@ -109,7 +109,8 @@ scoped_ptr<HttpResponse> PnaclHeaderTest::WatchForPexeFetch( ...@@ -109,7 +109,8 @@ scoped_ptr<HttpResponse> PnaclHeaderTest::WatchForPexeFetch(
return http_response.PassAs<HttpResponse>(); return http_response.PassAs<HttpResponse>();
} }
IN_PROC_BROWSER_TEST_F(PnaclHeaderTest, TestHasPnaclHeader) { // This test is flaky. See http://crbug.com/315328.
IN_PROC_BROWSER_TEST_F(PnaclHeaderTest, DISABLED_TestHasPnaclHeader) {
// Load 2 pexes, one same origin and one cross orgin. // Load 2 pexes, one same origin and one cross orgin.
RunLoadTest("/nacl/pnacl_request_header/pnacl_request_header.html", 1, 1); RunLoadTest("/nacl/pnacl_request_header/pnacl_request_header.html", 1, 1);
} }
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