diff options
author | rmistry <rmistry@google.com> | 2014-12-11 10:24:27 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-11 10:24:27 -0800 |
commit | 2f37ae17eae3701eb205f5f524de3254f6d965e8 (patch) | |
tree | d22dace5fa939ed0383360ba3b91007bbcf8063d /tools | |
parent | 6fdb065666736be2ecad58c31b82b0a10d149355 (diff) |
Remove action_runner steps for worldjournal pageset to prevent crashes
BUG=skia:3196
NOTRY=true
Review URL: https://codereview.chromium.org/795173002
Diffstat (limited to 'tools')
-rw-r--r-- | tools/skp/page_sets/skia_worldjournal_nexus10.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/skp/page_sets/skia_worldjournal_nexus10.py b/tools/skp/page_sets/skia_worldjournal_nexus10.py index 9684aa9579..8c8081243b 100644 --- a/tools/skp/page_sets/skia_worldjournal_nexus10.py +++ b/tools/skp/page_sets/skia_worldjournal_nexus10.py @@ -18,13 +18,6 @@ class SkiaBuildbotDesktopPage(page_module.Page): self.user_agent_type = 'tablet' self.archive_data_file = 'data/skia_worldjournal_nexus10.json' - def RunSmoothness(self, action_runner): - action_runner.ScrollElement() - - def RunNavigateSteps(self, action_runner): - action_runner.NavigateToPage(self) - action_runner.Wait(15) - class SkiaWorldjournalNexus10PageSet(page_set_module.PageSet): |