We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a618745 commit da141f1Copy full SHA for da141f1
1 file changed
.github/workflows/phpunit-tests-turso.yml
@@ -799,7 +799,9 @@ 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_|WP_SQLite_Driver_Tests::testFromBase64Function|WP_SQLite_Driver_Tests::testToBase64Function).+'
+ # Temporarily unskipping everything to see what still hangs with the
803
+ # current set of patches.
804
+ skip_regex='.+'
805
timeout --kill-after=10 600 \
806
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
807
--debug \
0 commit comments