Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Dec 10, 2024
2 parents 625f7b7 + e8dc468 commit 760bfef
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ protected function setUp(): void
*/
public function testCreateContent(): void
{
if (getenv('SEARCH_ENGINE') !== 'legacy') {
self::markTestSkipped('Skipped on non-LSE as it requires specific configuration');
}

$names = array_merge(...array_map(
static fn (array $languageData): array => [
$languageData['languageCode'] => $languageData['name'] . ' name',
Expand Down

0 comments on commit 760bfef

Please sign in to comment.