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

Unified Diff: chrome/test/webdriver/test/chromedriver_tests.py

Issue 7736004: Disable chromedriver_tests.LoggingTest.testVerboseLogging (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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: chrome/test/webdriver/test/chromedriver_tests.py
diff --git a/chrome/test/webdriver/test/chromedriver_tests.py b/chrome/test/webdriver/test/chromedriver_tests.py
index a8bd370298e42277ec43b32e501bd74dde396108..6a5468aa1a68e1e3d2b618d40a7c447801ac0ac4 100644
--- a/chrome/test/webdriver/test/chromedriver_tests.py
+++ b/chrome/test/webdriver/test/chromedriver_tests.py
@@ -659,7 +659,8 @@ class LoggingTest(unittest.TestCase):
log = req.read()
self.assertTrue(':INFO:' not in log, ':INFO: in log: ' + log)
- def testVerboseLogging(self):
+ # crbug.com/94470
+ def DISABLED_testVerboseLogging(self):
driver = self._factory.GetNewDriver({'chrome.verbose': True})
url = self._factory.GetServer().GetUrl()
driver.execute_script('console.log("HI")')
« 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