We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ffddd commit 4ad7563Copy full SHA for 4ad7563
.github/workflows/zig-tests.yaml
@@ -181,6 +181,7 @@ jobs:
181
# Excluded tests:
182
# - test-clock-edge-cases.sh: documents known cl/seq divergences
183
# - test-large-data.sh: large blob sync has CI-specific issues
184
+ # - test-wal-concurrency.sh: concurrent process tests fail in CI
185
for test in \
186
test-alter.sh \
187
test-automigrate.sh \
@@ -202,7 +203,6 @@ jobs:
202
203
test-sync-bit-isolation.sh \
204
test-table-compat.sh \
205
test-unpack-columns-vtab.sh \
- test-wal-concurrency.sh \
206
; do
207
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
208
echo "Running: $test"
0 commit comments