From cbca7c4fb966b79d159589ec413f0aa6c795e6c3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Jun 2022 15:39:08 +0000 Subject: [PATCH] Tests: Temporarily disable the failing REST API test for `update_post_parent_caches()`. This needs more investigation to address the test failure with persistent object cache. Follow-up to [53506]. Props hellofromTonya. See #55593. Built from https://develop.svn.wordpress.org/trunk@53511 git-svn-id: http://core.svn.wordpress.org/trunk@53100 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index c6976574750b..b0fbf8fdabbe 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53510'; +$wp_version = '6.1-alpha-53511'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.