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 7e2579b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function setUp(): void
*/
public function testCreateContent(): void
{
if (getenv('SEARCH_ENGINE') === 'solr') {
if (getenv('SEARCH_ENGINE') !== 'legacy') {
self::markTestSkipped('Skipped on Solr as languages are not mapped to solr endpoints');
}

Expand Down

0 comments on commit 7e2579b

Please sign in to comment.