Skip to content

Commit 2cb719b

Browse files
authored
Merge pull request #66 from hebasto/250802-openbsd-reindex
OpenBSD: Temporarily disable `feature_reindex_init.py`
2 parents 7101dda + 46b651c commit 2cb719b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/openbsd.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ env:
2424
CCACHE_MAXSIZE: 300M
2525
# See https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
2626
CI_NCPU: 4
27+
# TODO: Fix the excluded test and re-enable it.
28+
# See: https://github.com/bitcoin/bitcoin/issues/33128.
29+
FUNCTIONAL_TESTS_EXCLUDE: '--exclude feature_reindex_init.py'
2730

2831
jobs:
2932
openbsd-syslibs:
@@ -82,7 +85,7 @@ jobs:
8285
if: ${{ ! inputs.skip_functional_tests }}
8386
run: |
8487
cd ${{ github.workspace }}
85-
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --quiet --tmpdirprefix . --timeout-factor=8
88+
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --quiet --tmpdirprefix . --timeout-factor=8 ${{ env.FUNCTIONAL_TESTS_EXCLUDE }}
8689
8790
openbsd-depends:
8891
name: 'OpenBSD: depends, MP'
@@ -150,4 +153,4 @@ jobs:
150153
if: ${{ ! inputs.skip_functional_tests }}
151154
run: |
152155
cd ${{ github.workspace }}
153-
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --quiet --tmpdirprefix . --timeout-factor=8
156+
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --quiet --tmpdirprefix . --timeout-factor=8 ${{ env.FUNCTIONAL_TESTS_EXCLUDE }}

0 commit comments

Comments
 (0)