Skip to content

Commit ac63df0

Browse files
committed
more skips
1 parent bd0113c commit ac63df0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

features/db-size.feature

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)