Temporally disable sync_large_checkpoints on Windows (#1658)

* temporally disable sync_large_checkpoints from CI

* Allow large checkpoint sync tests only on ubuntu and macOS

Co-authored-by: Deirdre Connolly <deirdre@zfnd.org>
This commit is contained in:
Alfredo Garcia 2021-01-29 19:29:32 -03:00 committed by GitHub
parent 4b34482264
commit 6fd5b2db30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ jobs:
args: --verbose --all
# Explicitly run any tests that are usually #[ignored], modulo ZEBRA_SKIP_NETWORK_TESTS
- name: Run zebrad large sync tests
# There is a compiler issue when building the acceptance integration
# test binary, this disables these tests on Windows for now.
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
env:
RUST_BACKTRACE: full
uses: actions-rs/cargo@v1