From a5ce4f60dd9e3297e82761b0b96afbbf08f142f6 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Tue, 6 Aug 2024 14:16:22 +0545 Subject: [PATCH] Fix failing tests --- features/transient.feature | 1 - 1 file changed, 1 deletion(-) diff --git a/features/transient.feature b/features/transient.feature index 3902da95..6f10b46d 100644 --- a/features/transient.feature +++ b/features/transient.feature @@ -60,7 +60,6 @@ Feature: Manage WordPress transient cache # We set `WP_DEVELOPMENT_MODE` to stop WordPress from automatically creating # additional transients which cause some steps to fail when testing. And I run `wp config set WP_DEVELOPMENT_MODE all` - And I run `wp config set DISABLE_WP_CRON true --raw` And I run `wp transient list --format=count` And save STDOUT as {EXISTING_TRANSIENTS}