Skip to content

Commit 3e96e58

Browse files
committed
Skip failing test on 4.9
1 parent cad4e99 commit 3e96e58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/cron.feature

+3
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)