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

Unified Diff: systrace/profile_chrome/ddms_tracing_agent_unittest.py

Issue 2295913002: Enable some profile_chrome unit tests on Trybots (Closed) Base URL: https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git@master
Patch Set: Add Chris as owner of Systrace bin directory Created 4 years, 3 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 | « systrace/profile_chrome/chrome_tracing_agent_unittest.py ('k') | systrace/profile_chrome/fake_agent_1.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: systrace/profile_chrome/ddms_tracing_agent_unittest.py
diff --git a/systrace/profile_chrome/ddms_tracing_agent_unittest.py b/systrace/profile_chrome/ddms_tracing_agent_unittest.py
index 3f4b59c6204fffde6b5c821fecaeed1dd02ec0d2..c3878d0e427b69de29a89b66fcb1a1f78322d05d 100644
--- a/systrace/profile_chrome/ddms_tracing_agent_unittest.py
+++ b/systrace/profile_chrome/ddms_tracing_agent_unittest.py
@@ -4,9 +4,14 @@
from profile_chrome import agents_unittest
from profile_chrome import ddms_tracing_agent
+from systrace import decorators
class DdmsAgentTest(agents_unittest.BaseAgentTest):
+ # TODO(washingtonp): The DDMS test is flaky on the Tryserver, but it
+ # consistently passes on Android M. Need to figure out why the result data
+ # does not start with '*version' and why the test is flaky.
+ @decorators.Disabled
def testTracing(self):
agent = ddms_tracing_agent.DdmsAgent(self.device, self.package_info)
« no previous file with comments | « systrace/profile_chrome/chrome_tracing_agent_unittest.py ('k') | systrace/profile_chrome/fake_agent_1.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698