| Index: tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| diff --git a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| index 407c42e8b3a55b988a553adc0e010e98f527efc2..8c0c64b92ce4daf4647959f3ab6165311ff1ee9b 100644
|
| --- a/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| +++ b/tools/telemetry/telemetry/page/actions/action_runner_unittest.py
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +from telemetry import test
|
| from telemetry.core import util
|
| from telemetry.core.backends.chrome import tracing_backend
|
| from telemetry.core.timeline import model
|
| @@ -168,6 +169,7 @@ class ActionRunnerTest(tab_test_case.TabTestCase):
|
| element_function='document.body.firstElementChild')
|
| self.assertEquals(3, action_runner.EvaluateJavaScript('valueToTest'))
|
|
|
| + @test.Disabled('debug')
|
| def testTapElement(self):
|
| self.Navigate('page_with_clickables.html')
|
| action_runner = action_runner_module.ActionRunner(self._tab)
|
|
|