Skip to content

Commit 2708859

Browse files
committed
Skip another test
1 parent 3e96e58 commit 2708859

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

features/cron-event.feature

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

0 commit comments

Comments
 (0)