We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68361a commit cb25bb5Copy full SHA for cb25bb5
features/post.feature
@@ -476,6 +476,9 @@ Feature: Manage WordPress posts
476
2005-01-24 09:52:00
477
"""
478
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.
482
@require-sqlite
483
Scenario: Publishing a post and setting a date succeeds if the edit_date flag is passed.
484
Given a WP install
0 commit comments