We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad4e99 commit 3e96e58Copy full SHA for 3e96e58
features/cron.feature
@@ -303,6 +303,9 @@ Feature: Manage WP-Cron events and schedules
303
Success: Executed a total of
304
"""
305
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
309
Scenario: Run currently scheduled events
310
# WP throws a notice here for older versions of core.
311
When I try `wp cron event run --all`
0 commit comments