Skip to content

Commit

Permalink
Travis: disable the netperf test because it is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
malvira committed May 19, 2013
1 parent 26d81d8 commit 68acf28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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'
Expand Down

0 comments on commit 68acf28

Please sign in to comment.