Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions features/site-create.feature
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
Feature: Create a new site on a WP multisite

# Skipped on SQLite because of a bug in the SQLite plugin (as of v3.0.0):
# when `MULTISITE` is defined in wp-config.php but the database is still
# empty, the information schema reconstructor queries the `wp_blogs` table
# while establishing the connection. That table does not exist yet, so the
# connection fails with "One or more database tables are unavailable."
# See https://github.com/WordPress/sqlite-database-integration/issues/490.
# Once the bug is resolved, this tag can be removed again.
@skip-sqlite
Scenario: Respect defined `$base` in wp-config
Given an empty directory
And WP files
Expand Down Expand Up @@ -55,8 +47,6 @@ Feature: Create a new site on a WP multisite
| 1 | http://localhost/dev/ |
| 2 | http://localhost/dev/newsite/ |

# See the note on the scenario above for why this is skipped on SQLite.
@skip-sqlite
Scenario: Create new site with custom `$super_admins` global
Given an empty directory
And WP files
Expand Down
Loading