Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkd-friedrich committed Dec 2, 2024
1 parent 8802a82 commit da8dbf1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Tests/Integration/ConnectionManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,6 @@ public function exceptionIsThrownForUnAvailableSolrConnectionOnGetConnectionByPa
#[Test]
public function canFindSolrConnectionForMountedPageIfMountPointIsGiven(): void
{
self::markTestSkipped(
'@todo: Test currently fails in TYPO3 13.4 due to changes in RootlineUtility'
. ' RootlineUtility doesn\'t use the mount point pid in RootlineUtility->generateRootlineCache currently,'
. ' which is probably a bug. See: https://github.com/TYPO3-Solr/ext-solr/issues/4160'
);

$this->importCSVDataSet(__DIR__ . '/Fixtures/connection_for_mounted_page.csv');

$connectionManager = GeneralUtility::makeInstance(ConnectionManager::class);
Expand Down

0 comments on commit da8dbf1

Please sign in to comment.