Skip to content

Commit

Permalink
Make testSaveDeleteIdentifierCondition skip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Feb 11, 2023
1 parent 8aafe62 commit 6d90542
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ public static function setUpBeforeClass(): void

parent::setUpBeforeClass();
}

public function testFindMultipleIndexes(): void
{
$this->markTestSkipped('Not supported by RediSearch: TODO create issue');
$this->markTestSkipped('Not supported by RediSearch: https://github.com/schranz-search/schranz-search/issues/93');
}

public function testSaveDeleteIdentifierCondition(): void
{
$this->markTestSkipped('Not supported by RediSearch: https://github.com/schranz-search/schranz-search/issues/92');
}
}

0 comments on commit 6d90542

Please sign in to comment.