diff --git a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php index 3f242c1c3813b41c789a4d35f42cc4c1f0da7672..04f4e187d686f19620469476d97299972b87380c 100644 --- a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php +++ b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Modify/ActionTest.php @@ -770,9 +770,6 @@ class ActionTest extends AbstractActionTestCase /** * @test - * @group not-postgres - * @group not-mssql - * @todo Analyze PostgreSQL issues further, which is a generic issue * Test skipped in publish and discard, but exists in PublishAll */ public function changeContentSortingAndCopyDraftPage() diff --git a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php index 7c168bd0b46a8c7aa6edf5f2207db50067161bf5..7437f1219697270168f92740db2e77183cc1fcbe 100644 --- a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php +++ b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/Publish/ActionTest.php @@ -571,9 +571,6 @@ class ActionTest extends AbstractActionTestCase /** * @test - * @group not-postgres - * @group not-mssql - * @todo Analyze PostgreSQL issues further, which is a generic issue */ public function changeContentSortingAndCopyDraftPage() { diff --git a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php index b6a5464c86b6a57553716ea2557c0649b915a783..5c2138979aeb11e2fe57692920f9f55a1786c03a 100644 --- a/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php +++ b/typo3/sysext/workspaces/Tests/Functional/DataHandling/Regular/PublishAll/ActionTest.php @@ -613,9 +613,6 @@ class ActionTest extends AbstractActionTestCase /** * @test - * @group not-postgres - * @group not-mssql - * @todo Analyze PostgreSQL issues further, which is a generic issue */ public function changeContentSortingAndCopyDraftPage() {