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

Unified Diff: tools/telemetry/telemetry/core/platform/platform_backend_unittest.py

Issue 789043003: [Telemetry] Disable testPowerMonitoringSync test on Mac & cleanup test macros (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove blankline Created 6 years 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 | tools/telemetry/telemetry/core/platform/posix_platform_backend_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
diff --git a/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py b/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
index a6d37b4aed69e2c2b885ff3f0151d69306f2fed2..8b72e52b791a51e2e9b0910b5f649d7ae8f133d0 100644
--- a/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
+++ b/tools/telemetry/telemetry/core/platform/platform_backend_unittest.py
@@ -7,9 +7,11 @@ import time
import unittest
from telemetry.core import platform as platform_module
+from telemetry.unittest_util import test
class PlatformBackendTest(unittest.TestCase):
+ @test.Disabled('mac') # http://crbug.com/440666
def testPowerMonitoringSync(self):
# Tests that the act of monitoring power doesn't blow up.
platform = platform_module.GetHostPlatform()
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/posix_platform_backend_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698