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

Unified Diff: chrome/test/data/webui/ntp4.js

Issue 10381078: Disable all the FAILS_ and FLAKY_ browser tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months 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 | « chrome/renderer/content_settings_observer_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/ntp4.js
===================================================================
--- chrome/test/data/webui/ntp4.js (revision 136145)
+++ chrome/test/data/webui/ntp4.js (working copy)
@@ -51,7 +51,7 @@
});
// http://crbug.com/118514
-TEST_F('NTP4WebUITest', 'FLAKY_NTPHasSelectedPageAndDot', function() {
+TEST_F('NTP4WebUITest', 'DISABLED_NTPHasSelectedPageAndDot', function() {
var selectedDot = document.querySelectorAll('.dot.selected');
assertEquals(1, selectedDot.length,
'There should be exactly one selected dot.');
« no previous file with comments | « chrome/renderer/content_settings_observer_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698