From 95a370e93f8e487006d8ab5c60b06630232881da Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Tue, 14 May 2024 09:25:35 +0200 Subject: [PATCH] TASK: Remove obsolete patch for testing --- Tests/IntegrationTests/TestDistribution/composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tests/IntegrationTests/TestDistribution/composer.json b/Tests/IntegrationTests/TestDistribution/composer.json index 5dab4bb15e..deaf995344 100644 --- a/Tests/IntegrationTests/TestDistribution/composer.json +++ b/Tests/IntegrationTests/TestDistribution/composer.json @@ -23,8 +23,6 @@ "extra": { "patches": { "neos/neos-development-collection": { - "BUGFIX: Invalidate caches correctly after node move changes have been discarded": - "https://github.com/neos/neos-development-collection/pull/4291.patch" } } },