diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 19:59:01 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-19 19:59:01 +0000 |
commit | 9a3ffffccb74b859c6a779aa6bff8e1c45877141 (patch) | |
tree | da5f2696c55b6e2a58360ed0bf4b12cfcecdb8c0 /build/all.gyp | |
parent | d8af19737c91745afd7af526ae87baa979249c2a (diff) | |
download | chromium_src-9a3ffffccb74b859c6a779aa6bff8e1c45877141.zip chromium_src-9a3ffffccb74b859c6a779aa6bff8e1c45877141.tar.gz chromium_src-9a3ffffccb74b859c6a779aa6bff8e1c45877141.tar.bz2 |
Remove sync_integration_tests_run from chromium_swarm_tests.
All tests listed in chromium_swarm_tests are going to be run on the CI
infrastructure. Sadly, sync_integration_tests_run is currently failing on all
OSes, so commenting it out in the meantime until we focus on adding back more
tests.
R=csharp@chromium.org
BUG=157234
NOTRY=true
Review URL: https://codereview.chromium.org/170283007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 811af14..ed58b9e 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1231,7 +1231,8 @@ '../base/base.gyp:base_unittests_run', '../chrome/chrome.gyp:browser_tests_run', '../chrome/chrome.gyp:interactive_ui_tests_run', - '../chrome/chrome.gyp:sync_integration_tests_run', + # http://crbug.com/157234 + #'../chrome/chrome.gyp:sync_integration_tests_run', '../chrome/chrome.gyp:unit_tests_run', '../net/net.gyp:net_unittests_run', ], |