From 398336599885275e5447297dbd482623b991daee Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Fri, 2 Oct 2020 21:40:09 +0200 Subject: [PATCH] [BUGFIX] Disable a flaky postgres functional test This one currently leads to occassional test run failures. Disable for now to track this down without pressure. Resolves: #92478 Related: #92467 Releases: master, 10.4 Change-Id: I6c49debe4b5ca86bde441ec3dac734a0cf278c08 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/66007 Tested-by: TYPO3com <noreply@typo3.com> Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de> --- .../DataHandling/IRRE/ForeignField/Modify/ActionTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php b/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php index 7e1ecfb9dcdc..71b9a7d61533 100644 --- a/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php +++ b/typo3/sysext/core/Tests/Functional/DataHandling/IRRE/ForeignField/Modify/ActionTest.php @@ -418,6 +418,8 @@ class ActionTest extends AbstractActionTestCase /** * @test + * @group not-postgres + * @todo: Test is flaky with postgres ... find out why, that's a core bug for sure. */ public function createAndLocalizeParentContentWithHotelAndOfferChildrenWithoutSortByConfiguration() { -- GitLab