mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
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
This commit is contained in:
parent
f4170f83c3
commit
a8ddd0bfdb
2
autotest
2
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user