Skip to content

Commit cb25bb5

Browse files
committed
Add link to issue
1 parent f68361a commit cb25bb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/post.feature

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,9 @@ Feature: Manage WordPress posts
476476
2005-01-24 09:52:00
477477
"""
478478

479+
# Separate test because of a known bug in the SQLite plugin.
480+
# See https://github.com/WordPress/sqlite-database-integration/issues/52.
481+
# Once the bug is resolved, this separate test can be removed again.
479482
@require-sqlite
480483
Scenario: Publishing a post and setting a date succeeds if the edit_date flag is passed.
481484
Given a WP install

0 commit comments

Comments
 (0)