We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e997b commit 993ffa4Copy full SHA for 993ffa4
1 file changed
.github/workflows/phpunit-tests-turso.yml
@@ -837,10 +837,8 @@ jobs:
837
# a single PHP loop; hangs past our 10-minute step budget on
838
# this runner. Pure PHP (doesn't touch Turso), skipping until
839
# it can run in its own process.
840
- # Skipping the two CSV-driven MySQL server-suite tests — they
841
- # tokenize/parse a 5.7 MB fixture in a single loop and run for well
842
- # over 10 min under LD_PRELOAD (pure-PHP, not a Turso issue).
843
- skip_regex='^(?!WP_MySQL_Server_Suite_).+'
+ # Debug: run only testFromBase64Function to see if it hangs alone.
+ skip_regex='WP_SQLite_Driver_Tests::testFromBase64Function'
844
timeout --kill-after=10 600 \
845
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
846
--debug \
0 commit comments