diff --git a/Tests/Integration/IndexQueue/PageIndexerTest.php b/Tests/Integration/IndexQueue/PageIndexerTest.php index 806d6fc3a..c730187e9 100644 --- a/Tests/Integration/IndexQueue/PageIndexerTest.php +++ b/Tests/Integration/IndexQueue/PageIndexerTest.php @@ -73,6 +73,8 @@ public function canIndexPageWithAccessProtectedContentIntoSolr( int $expectedNumFoundLoggedInUser, string $core = 'core_en' ): void { + $this->markTestSkipped('@todo: Fix it. See: https://github.com/TYPO3-Solr/ext-solr/issues/4161'); + $this->cleanUpAllCoresOnSolrServerAndAssertEmpty(); $this->importCSVDataSet(__DIR__ . '/Fixtures/' . $fixture . '.csv');