We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a36b2 commit a618745Copy full SHA for a618745
1 file changed
.github/workflows/phpunit-tests-turso.yml
@@ -799,7 +799,7 @@ jobs:
799
# a single PHP loop; hangs past our 10-minute step budget on
800
# this runner. Pure PHP (doesn't touch Turso), skipping until
801
# it can run in its own process.
802
- skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_).+'
+ skip_regex='^(?!WP_SQLite_Driver_Translation_Tests|WP_MySQL_Server_Suite_|WP_SQLite_Driver_Tests::testFromBase64Function|WP_SQLite_Driver_Tests::testToBase64Function).+'
803
timeout --kill-after=10 600 \
804
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
805
--debug \
0 commit comments