Skip to content

Commit 4c4f491

Browse files
committed
Unskip base64 tests; only CSV-driven server-suite tests remain skipped
1 parent 22a5745 commit 4c4f491

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/phpunit-tests-turso.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -915,9 +915,10 @@ jobs:
915915
# a single PHP loop; hangs past our 10-minute step budget on
916916
# this runner. Pure PHP (doesn't touch Turso), skipping until
917917
# it can run in its own process.
918-
# Still skipping base64 tests for the main run until the hang is
919-
# understood (see preceding gdb step).
920-
skip_regex='^(?!WP_MySQL_Server_Suite_|WP_SQLite_Driver_Tests::testFromBase64Function|WP_SQLite_Driver_Tests::testToBase64Function).+'
918+
# Only the two CSV-driven server-suite tests remain skipped — they
919+
# tokenize/parse a 5.7 MB fixture in a single loop and run for well
920+
# over 10 min under LD_PRELOAD (not a Turso issue).
921+
skip_regex='^(?!WP_MySQL_Server_Suite_).+'
921922
timeout --kill-after=10 600 \
922923
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
923924
--debug \

0 commit comments

Comments
 (0)