From 5e4d1bb4792b138a570f3200cf4a6c23098d0a6f Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Wed, 1 Apr 2026 16:32:49 +0200 Subject: [PATCH] Skip a couple of tests on Windows --- features/cron.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/cron.feature b/features/cron.feature index e769fe89..fbe79cae 100644 --- a/features/cron.feature +++ b/features/cron.feature @@ -223,6 +223,8 @@ Feature: Manage WP-Cron events and schedules | name | interval | | hourly | 3600 | + # TODO: Investigate 500 Internal Server Error on Windows. + @skip-windows Scenario: Testing WP-Cron Given a php.ini file: """ @@ -359,6 +361,8 @@ Feature: Manage WP-Cron events and schedules Executed a total of 0 cron events """ + # TODO: Investigate 500 Internal Server Error on Windows. + @skip-windows Scenario: Don't trigger cron when ALTERNATE_WP_CRON is defined Given a alternate-wp-cron.php file: """