Commit 7678bd0b authored by dtu's avatar dtu Committed by Commit bot

[telemetry] Tenatively re-enable IPPET.

We want to see if it continues to cause flake and noise on the bots. If so, feel free to revert.

BUG=336558
TEST=None.
R=tonyg

Review URL: https://codereview.chromium.org/510143003

Cr-Commit-Position: refs/heads/master@{#292253}
parent c58501b7
......@@ -73,10 +73,6 @@ class IppetPowerMonitor(power_monitor.PowerMonitor):
self._output_dir = None
def CanMonitorPower(self):
# IPPET disabled because of flakiness (crbug.com/336558).
if True:
return False
if not win32event:
return False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment