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

Side by Side Diff: chrome/test/data/webui/media_router/media_router_elements_browsertest.js

Issue 2436223003: Disable test that is flakily timing out on debug. (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** @fileoverview Runs the Media Router Polymer elements tests. */ 5 /** @fileoverview Runs the Media Router Polymer elements tests. */
6 6
7 /** @const {string} Path to source root. */ 7 /** @const {string} Path to source root. */
8 var ROOT_PATH = '../../../../../'; 8 var ROOT_PATH = '../../../../../';
9 9
10 // Polymer BrowserTest fixture. 10 // Polymer BrowserTest fixture.
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 }); 109 });
110 110
111 TEST_F('MediaRouterElementsBrowserTest', 111 TEST_F('MediaRouterElementsBrowserTest',
112 'MediaRouterContainerSinkList', 112 'MediaRouterContainerSinkList',
113 function() { 113 function() {
114 media_router_container_sink_list.registerTests(); 114 media_router_container_sink_list.registerTests();
115 mocha.run(); 115 mocha.run();
116 }); 116 });
117 117
118 TEST_F('MediaRouterElementsBrowserTest', 118 TEST_F('MediaRouterElementsBrowserTest',
119 'MediaRouterContainerFilter', 119 'DISABLED_MediaRouterContainerFilter',
120 function() { 120 function() {
121 media_router_container_filter.registerTests(); 121 media_router_container_filter.registerTests();
122 mocha.run(); 122 mocha.run();
123 }); 123 });
124 124
125 TEST_F('MediaRouterElementsBrowserTest', 'MediaRouterHeader', function() { 125 TEST_F('MediaRouterElementsBrowserTest', 'MediaRouterHeader', function() {
126 media_router_header.registerTests(); 126 media_router_header.registerTests();
127 mocha.run(); 127 mocha.run();
128 }); 128 });
129 129
130 TEST_F('MediaRouterElementsBrowserTest', 130 TEST_F('MediaRouterElementsBrowserTest',
131 'MediaRouterSearchHighlighter', 131 'MediaRouterSearchHighlighter',
132 function() { 132 function() {
133 media_router_search_highlighter.registerTests(); 133 media_router_search_highlighter.registerTests();
134 mocha.run(); 134 mocha.run();
135 }); 135 });
136 136
137 TEST_F('MediaRouterElementsBrowserTest', 'MediaRouterRouteDetails', function() { 137 TEST_F('MediaRouterElementsBrowserTest', 'MediaRouterRouteDetails', function() {
138 route_details.registerTests(); 138 route_details.registerTests();
139 mocha.run(); 139 mocha.run();
140 }); 140 });
OLDNEW
« 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