Skip to content

Commit da141f1

Browse files
committed
Probe: unskip all tests to see where hangs remain
1 parent a618745 commit da141f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,9 @@ 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_|WP_SQLite_Driver_Tests::testFromBase64Function|WP_SQLite_Driver_Tests::testToBase64Function).+'
802+
# Temporarily unskipping everything to see what still hangs with the
803+
# current set of patches.
804+
skip_regex='.+'
803805
timeout --kill-after=10 600 \
804806
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
805807
--debug \

0 commit comments

Comments
 (0)