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); |
}); |