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

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

Issue 804573004: Disable NetInternalsTest.netInternalsDataReductionProxyDisabled 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..cd0bad322514b400f4937130733e95ea663322a2 100644
--- a/chrome/test/data/webui/net_internals/bandwidth_view.js
+++ b/chrome/test/data/webui/net_internals/bandwidth_view.js
@@ -263,7 +263,8 @@ TEST_F('NetInternalsTest', 'netInternalsDataReductionProxyEnabled', function() {
* Checks data reduction proxy info when it is disabled.
*/
TEST_F('NetInternalsTest',
- 'netInternalsDataReductionProxyDisabled', function() {
+ 'DISABLED_netInternalsDataReductionProxyDisabled',
+ function() {
var taskQueue = new NetInternalsTest.TaskQueue(true);
taskQueue.addTask(new DataReductionProxyTask(false));
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