Skip to content

Commit c05060c

Browse files
authored
Merge pull request #67 from hebasto/250802-omnios-reindex
OmniOS: Temporarily disable `feature_reindex_init.py`
2 parents 2cb719b + c4ddaaa commit c05060c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/omnios.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ env:
2525
CCACHE_COMPRESS: 1
2626
# 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
2727
CI_NCPU: 4
28+
# TODO: Fix the excluded test and re-enable it.
29+
# See: https://github.com/bitcoin/bitcoin/issues/33128.
30+
FUNCTIONAL_TESTS_EXCLUDE: '--exclude feature_reindex_init.py'
2831

2932
jobs:
3033
omnios:
@@ -109,4 +112,4 @@ jobs:
109112
run: |
110113
cd ${{ github.workspace }}
111114
export LD_LIBRARY_PATH="/opt/gcc-14/lib/amd64:/usr/gnu/lib/amd64"
112-
./build/test/functional/test_runner.py --ci --extended -j ${{ env.CI_NCPU }} --combinedlogslen=99999999 --quiet --tmpdirprefix . --timeout-factor=8
115+
./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)