Skip to content

Commit 16e84a3

Browse files
authored
Skip a couple of tests on Windows (#140)
1 parent d0075fa commit 16e84a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/cron.feature

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ Feature: Manage WP-Cron events and schedules
223223
| name | interval |
224224
| hourly | 3600 |
225225

226+
# TODO: Investigate 500 Internal Server Error on Windows.
227+
@skip-windows
226228
Scenario: Testing WP-Cron
227229
Given a php.ini file:
228230
"""
@@ -359,6 +361,8 @@ Feature: Manage WP-Cron events and schedules
359361
Executed a total of 0 cron events
360362
"""
361363

364+
# TODO: Investigate 500 Internal Server Error on Windows.
365+
@skip-windows
362366
Scenario: Don't trigger cron when ALTERNATE_WP_CRON is defined
363367
Given a alternate-wp-cron.php file:
364368
"""

0 commit comments

Comments
 (0)