File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Feature: Manage WP Cron events
33 Background :
44 Given a WP install
55
6+ # Fails on WordPress 4.9 because `wp cron event run --due-now`
7+ # executes the "wp_privacy_delete_old_export_files" event there.
8+ @require-wp-5.0
69 Scenario : --due-now with supplied events should only run those
710 # WP throws a notice here for older versions of core.
811 When I try `wp cron event run --all`
Original file line number Diff line number Diff line change @@ -303,6 +303,9 @@ Feature: Manage WP-Cron events and schedules
303303 Success: Executed a total of
304304 """
305305
306+ # Fails on WordPress 4.9 because `wp cron event run --due-now`
307+ # executes the "wp_privacy_delete_old_export_files" event there.
308+ @require-wp-5.0
306309 Scenario : Run currently scheduled events
307310 # WP throws a notice here for older versions of core.
308311 When I try `wp cron event run --all`
You can’t perform that action at this time.
0 commit comments