1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 03:54:56 +02:00

[ticket/11608] Mark sphinx test as incomplete

Sphinx search for the test board cannot be tested

PHPBB3-11608
This commit is contained in:
Dhruv 2013-06-15 16:52:20 +05:30
parent ec30fcf819
commit 115599e78d

View File

@ -32,7 +32,8 @@ class phpbb_functional_search_test extends phpbb_functional_test_case
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()