Travis: disable the netperf test because it is flaky

ico
Mariano Alvira 2013-05-19 09:59:02 -04:00
parent 26d81d85a1
commit 68acf28b04
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ env:
- BUILD_TYPE='ipv6' MAKE_TARGETS='cooja'
- BUILD_TYPE='hello-world' MAKE_TARGETS='cooja'
- BUILD_TYPE='base' MAKE_TARGETS='cooja'
- BUILD_TYPE='netperf' MAKE_TARGETS='cooja'
# XXX: netperf disabled b/c it's flaky
# - BUILD_TYPE='netperf' MAKE_TARGETS='cooja'
- BUILD_TYPE='shell' MAKE_TARGETS='cooja'
- BUILD_TYPE='elfloader' MAKE_TARGETS='cooja'
- BUILD_TYPE='ipv4' MAKE_TARGETS='cooja'