We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0075fa commit 5e4d1bbCopy full SHA for 5e4d1bb
1 file changed
features/cron.feature
@@ -223,6 +223,8 @@ Feature: Manage WP-Cron events and schedules
223
| name | interval |
224
| hourly | 3600 |
225
226
+ # TODO: Investigate 500 Internal Server Error on Windows.
227
+ @skip-windows
228
Scenario: Testing WP-Cron
229
Given a php.ini file:
230
"""
@@ -359,6 +361,8 @@ Feature: Manage WP-Cron events and schedules
359
361
Executed a total of 0 cron events
360
362
363
364
365
366
Scenario: Don't trigger cron when ALTERNATE_WP_CRON is defined
367
Given a alternate-wp-cron.php file:
368
0 commit comments