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

Unified Diff: remoting/webapp/all_js_load.gtestjs

Issue 362893005: Disable AllJsLoadTest.TestNoConsoleErrors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add a comment Created 6 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/all_js_load.gtestjs
diff --git a/remoting/webapp/all_js_load.gtestjs b/remoting/webapp/all_js_load.gtestjs
index 9b26026b711fcf7a0ef271897d00b705d42c13b1..5246894ad4ebecb1712551ed234f96e6460a74e2 100644
--- a/remoting/webapp/all_js_load.gtestjs
+++ b/remoting/webapp/all_js_load.gtestjs
@@ -73,6 +73,7 @@ AllJsLoadTest.prototype = {
};
// Basic test to verify that all the JS files load without console errors.
-TEST_F('AllJsLoadTest', 'TestNoConsoleErrors', function() {
+// Currently disabled. crbug.com/390814
+TEST_F('AllJsLoadTest', 'DISABLED_TestNoConsoleErrors', function() {
assertTrue(true);
});
« 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