Skip to content

Commit 25cc97b

Browse files
committed
Also skip WP_MySQL_Server_Suite_Parser_Tests (same CSV loop)
1 parent 356b1af commit 25cc97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ jobs:
593593
# a single PHP loop; hangs past our 10-minute step budget on
594594
# this runner. Pure PHP (doesn't touch Turso), skipping until
595595
# it can run in its own process.
596-
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_Lexer_Tests).+'
596+
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_).+'
597597
timeout --kill-after=10 600 \
598598
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
599599
--debug \

0 commit comments

Comments
 (0)