diff options
author | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-23 12:53:18 +0200 |
---|---|---|
committer | Paweł Hajdan, Jr <phajdan.jr@chromium.org> | 2014-10-23 10:54:11 +0000 |
commit | 5669cea047aefa8b52615bfc8839e46e945c5c3a (patch) | |
tree | 1371b1687bc17dd36b1de66df922872769c31b60 | |
parent | 235d012e9d23fbcc456a06496b246fb4e05d98d6 (diff) | |
download | chromium_src-5669cea047aefa8b52615bfc8839e46e945c5c3a.zip chromium_src-5669cea047aefa8b52615bfc8839e46e945c5c3a.tar.gz chromium_src-5669cea047aefa8b52615bfc8839e46e945c5c3a.tar.bz2 |
Do not run mojo_view_manager_unittests on the bots
The target has been removed in https://codereview.chromium.org/659113003
TBR=jamesr
BUG=426369
Review URL: https://codereview.chromium.org/651683004
Cr-Commit-Position: refs/heads/master@{#300865}
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index e2fe64d..534767f 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -189,10 +189,6 @@ "platforms": ["linux", "win"] }, { - "test": "mojo_view_manager_unittests", - "platforms": ["linux"] - }, - { "test": "views_unittests", "platforms": ["linux", "win"] }, |