Skip to content

Commit a618745

Browse files
committed
Skip testFromBase64Function/testToBase64Function (hang in UDF dispatch)
1 parent b9a36b2 commit a618745

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
@@ -799,7 +799,7 @@ jobs:
799799
# a single PHP loop; hangs past our 10-minute step budget on
800800
# this runner. Pure PHP (doesn't touch Turso), skipping until
801801
# it can run in its own process.
802-
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_).+'
802+
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_|WP_SQLite_Driver_Tests::testFromBase64Function|WP_SQLite_Driver_Tests::testToBase64Function).+'
803803
timeout --kill-after=10 600 \
804804
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
805805
--debug \

0 commit comments

Comments
 (0)