Merge pull request #233 from malvira/pr-disable-netperf

Travis: disable the netperf test because it is flaky
This commit is contained in:
Mariano Alvira 2013-05-19 07:03:37 -07:00
commit b83366b1ef
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'