mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11608] Mark sphinx test as incomplete
Sphinx search for the test board cannot be tested PHPBB3-11608
This commit is contained in:
parent
ec30fcf819
commit
115599e78d
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,8 @@ class phpbb_functional_search_test extends phpbb_functional_test_case
|
||||||
|
|
||||||
public function test_sphinx()
|
public function test_sphinx()
|
||||||
{
|
{
|
||||||
//$this->search_backend_test('phpbb_search_fulltext_sphinx');
|
$this->markTestIncomplete('Sphinx search not running for the test board');
|
||||||
|
$this->search_backend_test('phpbb_search_fulltext_sphinx');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function search_found()
|
public function search_found()
|
||||||
|
|
Loading…
Add table
Reference in a new issue