Skip to content

Commit b0243dc

Browse files
committed
Mark columns test as broken
1 parent 9a4692d commit b0243dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

features/db-columns.feature

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Feature: Display information about a given table.
44
Scenario: Display information about the wp_posts table
55
Given a WP install
66

7+
@broken
8+
# This requires conditional tags to target different DB versions, as bigint(20) is only bigint on MySQL 8.
79
When I run `wp db columns wp_posts --format=table`
810
Then STDOUT should be a table containing rows:
911
| Field | Type | Null | Key | Default | Extra |

0 commit comments

Comments
 (0)