diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-14 08:00:51 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-04-14 09:15:18 -0400 |
commit | fa50d11dd117eb6f91cbeac7476797f3885a6169 (patch) | |
tree | 41e6694e41bbf33f89f75aa1acb001d282ac4d89 /.appveyor.yml | |
parent | 6110ae8326c74704c9e105deca725f2411395969 (diff) |
appveyor: Disable functional tests for now
Also add a draft for a Windows build on cirrus. The draft can be
finished later.
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 18dc78fe5f..90c4861a27 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -86,7 +86,10 @@ test_script: - ps: python test\util\bitcoin-util-test.py - cmd: python test\util\rpcauth-test.py # Fee estimation test failing on appveyor with: WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted. -- cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation +# functional tests disabled for now. See +# https://github.com/bitcoin/bitcoin/pull/18626#issuecomment-613396202 +# https://github.com/bitcoin/bitcoin/issues/18623 +# - cmd: python test\functional\test_runner.py --ci --quiet --combinedlogslen=4000 --failfast --exclude feature_fee_estimation artifacts: #- path: bitcoin-%APPVEYOR_BUILD_VERSION%.zip deploy: off |