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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py

Issue 132923002: Disable unit tests that fail on cros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@oobe
Patch Set: rebase Created 6 years, 11 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
Index: tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py
index 79a75f45b5d249a65ffe96a6a95b74c2ca0b2ab1..ef61cb5e5de441772110186844764cbcc9ff6338 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/inspector_console_unittest.py
@@ -5,9 +5,11 @@ import re
import StringIO
from telemetry.core import util
+from telemetry.unittest import DisabledTestOnCrOS
from telemetry.unittest import tab_test_case
class TabConsoleTest(tab_test_case.TabTestCase):
+ @DisabledTestOnCrOS
def testConsoleOutputStream(self):
self._browser.SetHTTPServerDirectories(util.GetUnittestDataDir())

Powered by Google App Engine
This is Rietveld 408576698