File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments