Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5416)

Unified Diff: chrome/test/data/webui/net_internals/bandwidth_view.js

Issue 798073002: Disable NetInternalsTest.netInternalsDataReductionProxyEnabled which is flaky on Linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/bandwidth_view.js
diff --git a/chrome/test/data/webui/net_internals/bandwidth_view.js b/chrome/test/data/webui/net_internals/bandwidth_view.js
index bf76bc862a7668aacb62b370f35722fcf4a3689a..b54886d97d9bc62f72501ad413a7fdd88b23ee35 100644
--- a/chrome/test/data/webui/net_internals/bandwidth_view.js
+++ b/chrome/test/data/webui/net_internals/bandwidth_view.js
@@ -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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698