Commit 1ec108af authored by samuong's avatar samuong Committed by Commit bot

Disable NetInternalsTest.netInternalsDataReductionProxyEnabled which is flaky on Linux

BUG=441757
TBR=dbeam@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#308138}
parent 23a80433
......@@ -253,7 +253,9 @@ TEST_F('NetInternalsTest', 'netInternalsSessionBandwidthSucceed', function() {
/**
* Checks data reduction proxy info when it is enabled.
*/
TEST_F('NetInternalsTest', 'netInternalsDataReductionProxyEnabled', function() {
TEST_F('NetInternalsTest',
'DISABLED_netInternalsDataReductionProxyEnabled',
function() {
var taskQueue = new NetInternalsTest.TaskQueue(true);
taskQueue.addTask(new DataReductionProxyTask(true));
taskQueue.run();
......
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