From 16a6380a5489a4a558fdbfd895ebc249e3b61a4f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 31 Oct 2020 17:28:11 +0100 Subject: [PATCH] don't run test_upnp by default. remove win-tests list --- .travis.yml | 2 +- test/Jamfile | 37 +------------------------------------ 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/.travis.yml b/.travis.yml index 34fd941db03..37da7ef8b67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 && diff --git a/test/Jamfile b/test/Jamfile index de385988bac..aa5477ea74b 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -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 ;