Skip to content

Commit

Permalink
don't run test_upnp by default. remove win-tests list
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Oct 31, 2020
1 parent 8770d10 commit 16a6380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ script:
- 'if [ "$tests" == "1" ]; then
${B2} -j2 warnings-as-errors=on warnings=all ${B2_ARGS} testing.execute=off &&
travis_retry ${B2} -j3 warnings-as-errors=on warnings=all ${B2_ARGS} -l300 &&
travis_retry ${B2} -j2 warnings-as-errors=on warnings=all ${B2_ARGS} test_natpmp enum_if -l300 &&
travis_retry ${B2} -j2 warnings-as-errors=on warnings=all ${B2_ARGS} test_upnp test_natpmp enum_if -l300 &&
if [[ $TRAVIS_OS_NAME != "osx" ]]; then
travis_retry ${B2} -j2 warnings-as-errors=on warnings=all ${B2_ARGS} test_lsd -l300;
fi &&
Expand Down
37 changes: 1 addition & 36 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -215,40 +215,5 @@ run test_lsd.cpp ;
explicit test_lsd ;
explicit test_hasher ;
explicit test_hasher512 ;

# these are the tests run on appveyor, while the flapping ones are being
# transitioned into simulations
alias win-tests :
test_primitives
test_string
test_dht
test_sha1_hash
test_span
test_bitfield
test_crc32
test_pe_crypto
test_remap_files
test_auto_unchoke
test_torrent
test_transfer
test_time_critical
test_pex
test_priority
test_storage
test_session
test_read_piece
test_file
test_fast_extension
test_recheck
test_resume
test_tracker
test_checking
test_gzip
test_piece_picker
test_ffs
test_ed25519
test_session_params
;

explicit win-tests ;
explicit test_upnp ;

0 comments on commit 16a6380

Please sign in to comment.