Skip to content

Commit

Permalink
Skipped for non legacy search engines
Browse files Browse the repository at this point in the history
  • Loading branch information
ViniTou committed Dec 10, 2024
1 parent 442316c commit 83f4171
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ protected function setUp(): void
*/
public function testCreateContent(): void
{
if (getenv('SEARCH_ENGINE') === 'solr') {
self::markTestSkipped('Skipped on Solr as languages are not mapped to solr endpoints');
if (getenv('SEARCH_ENGINE') !== 'legacy') {
self::markTestSkipped('Skipped on non-LSE as it requires specific configuration');
}

$names = array_merge(...array_map(
Expand Down

0 comments on commit 83f4171

Please sign in to comment.