Skip to content

Commit 993ffa4

Browse files
committed
Debug: run only testFromBase64Function to isolate
1 parent 78e997b commit 993ffa4

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -837,10 +837,8 @@ jobs:
837837
# a single PHP loop; hangs past our 10-minute step budget on
838838
# this runner. Pure PHP (doesn't touch Turso), skipping until
839839
# 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_).+'
840+
# Debug: run only testFromBase64Function to see if it hangs alone.
841+
skip_regex='WP_SQLite_Driver_Tests::testFromBase64Function'
844842
timeout --kill-after=10 600 \
845843
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
846844
--debug \

0 commit comments

Comments
 (0)