From a8ddd0bfdbfcdebab10335730585a311eb731f25 Mon Sep 17 00:00:00 2001 From: David James Date: Thu, 12 Aug 2010 17:34:57 -0700 Subject: [PATCH] Remove ltp from set of tests to build. The ltp tests don't pass, and take a long time to build. Once they pass, it'll make sense to add them back. But otherwise, no point waiting for their long build process to complete. BUG=none TEST=Run build_packages --withautotest Review URL: http://codereview.chromium.org/3121010 --- autotest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest b/autotest index 1ab04e3083..e5065950d7 100755 --- a/autotest +++ b/autotest @@ -155,7 +155,7 @@ def build_autotest(options): else: blacklist = [] - all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,ltp,netperf2,' + all_tests = ('compilebench,dbench,disktest,fsx,hackbench,iperf,netperf2,' 'netpipe,unixbench') site_tests = '../third_party/autotest/files/client/site_tests' for site_test in os.listdir(site_tests):