Skip to content

Commit

Permalink
[GA] Dont run the feature_dbcrash test in GA
Browse files Browse the repository at this point in the history
This test takes over an hour to run and is susceptible to timeout
failures, which require re-running all jobs.

Exclude it for GA jobs.
  • Loading branch information
Fuzzbawls committed Mar 4, 2021
1 parent 2518433 commit 7f170b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
unit_tests: true
functional_tests: true
goal: install
test_runner_extra: "--coverage --all"
test_runner_extra: "--coverage --all --exclude feature_dbcrash"
BITCOIN_CONFIG: "--enable-zmq --with-gui=qt5 --enable-glibc-back-compat --enable-reduce-exports --disable-online-rust"

- name: x86_64 Linux [GOAL:install] [bionic] [no GUI no unit tests - only functional tests on legacy pre-HD wallets]
Expand All @@ -303,7 +303,7 @@ jobs:
functional_tests: true
no_depends: 1
goal: install
test_runner_extra: "--all"
test_runner_extra: "--all --exclude feature_dbcrash"
BITCOIN_CONFIG: "--enable-zmq --with-incompatible-bdb --with-gui=qt5 CPPFLAGS=-DDEBUG_LOCKORDER --disable-hardening --disable-asm"

- name: x86_64 Linux [GOAL:install] [bionic] [no depends only system libs]
Expand Down

0 comments on commit 7f170b9

Please sign in to comment.