Skip to content

Commit 507f2b8

Browse files
committed
Skip all ALTER TABLE translation tests (each hangs Turso)
1 parent 98e9025 commit 507f2b8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,10 @@ jobs:
587587
run: |
588588
set +e
589589
# Tests known to hang against Turso main (pinned commit). The ALTER
590-
# TABLE flow emits CREATE TABLE + INSERT SELECT + DROP + RENAME with
591-
# a NOT NULL column on the new table; Turso hangs on one of those.
592-
# Skip via a negative-lookahead --filter.
593-
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests::testAlterTableAddColumnWithNotNull$).+'
590+
# TABLE flow emits CREATE TABLE + INSERT SELECT + DROP + RENAME,
591+
# and Turso hangs somewhere in that sequence. Skip all tests that
592+
# go through it so the rest of the suite can run to completion.
593+
skip_regex='^(?!WP_SQLite_Driver_Translation_Tests::testAlterTable).+'
594594
timeout --kill-after=10 180 \
595595
php ./vendor/bin/phpunit -c ./phpunit.xml.dist \
596596
--debug \

0 commit comments

Comments
 (0)