| Index: systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| diff --git a/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py b/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| index d07fd26bba0ab2a7a644e4aef9186ee4839aa48f..48ef736ffa1be86a54a8f229f926de0c275235fa 100644
|
| --- a/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| +++ b/systrace/profile_chrome/chrome_startup_tracing_agent_unittest.py
|
| @@ -6,9 +6,11 @@ import json
|
|
|
| from profile_chrome import chrome_startup_tracing_agent
|
| from profile_chrome import agents_unittest
|
| +from systrace import decorators
|
|
|
|
|
| class ChromeAgentTest(agents_unittest.BaseAgentTest):
|
| + @decorators.NeverRunTest
|
| def testTracing(self):
|
| agent = chrome_startup_tracing_agent.ChromeStartupTracingAgent(
|
| self.device, self.package_info, False, 'https://www.google.com')
|
|
|