File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ Feature: Display database size
3232 B
3333 """
3434
35+ # On CI, SQLite on Windows is missing the dbstat extension.
36+ @skip-windows
3537 Scenario : Display only table sizes for a WordPress install
3638 Given a WP install
3739
@@ -224,6 +226,8 @@ Feature: Display database size
224226
225227 But STDOUT should not be a number
226228
229+ # On CI, SQLite on Windows is missing the dbstat extension.
230+ @skip-windows
227231 Scenario : Display all table sizes for a WordPress install
228232 Given a WP install
229233
@@ -284,6 +288,8 @@ Feature: Display database size
284288 [{"Name":"wp_posts",
285289 """
286290
291+ # On CI, SQLite on Windows is missing the dbstat extension.
292+ @skip-windows
287293 Scenario : Display ordered table sizes for a WordPress install
288294 Given a WP install
289295
You can’t perform that action at this time.
0 commit comments