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

Unified Diff: tools/telemetry/telemetry/core/backends/chrome/inspector_memory_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_memory_unittest.py
diff --git a/tools/telemetry/telemetry/core/backends/chrome/inspector_memory_unittest.py b/tools/telemetry/telemetry/core/backends/chrome/inspector_memory_unittest.py
index 347ee0ee24d6a9d5c5b471e6e53c9741fc4a6483..b8884024b0a6ad057cf981bee816eef928a3c0ba 100644
--- a/tools/telemetry/telemetry/core/backends/chrome/inspector_memory_unittest.py
+++ b/tools/telemetry/telemetry/core/backends/chrome/inspector_memory_unittest.py
@@ -3,9 +3,11 @@
# found in the LICENSE file.
from telemetry.core import util
+from telemetry.unittest import DisabledTestOnCrOS
from telemetry.unittest import tab_test_case
class InspectorMemoryTest(tab_test_case.TabTestCase):
+ @DisabledTestOnCrOS
def testGetDOMStats(self):
self._browser.SetHTTPServerDirectories(util.GetUnittestDataDir())

Powered by Google App Engine
This is Rietveld 408576698