mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11608] Mark sphinx tests as incomplete for now
PHPBB3-11608
This commit is contained in:
parent
c31035d047
commit
5135ae2a24
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ abstract class phpbb_functional_search_base_test extends phpbb_functional_test_c
|
|||
|
||||
public function test_search_backend()
|
||||
{
|
||||
if ($this->search_backend == 'phpbb_search_fulltext_sphinx')
|
||||
{
|
||||
$this->markTestIncomplete('Sphinx Tests are not supported');
|
||||
}
|
||||
|
||||
$this->login();
|
||||
$this->admin_login();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue