diff options
| author | Dhruv <dhruv.goel92@gmail.com> | 2013-06-15 16:52:20 +0530 |
|---|---|---|
| committer | Dhruv <dhruv.goel92@gmail.com> | 2013-10-05 21:15:26 +0530 |
| commit | 115599e78d09593cc5db482bb9a2f485cbdb3c51 (patch) | |
| tree | 6e3c9408b79c4bafc4cf6eeebd2bca6cb6910e2f | |
| parent | ec30fcf819721439321994f5fc77edce5b51bf17 (diff) | |
| download | forums-115599e78d09593cc5db482bb9a2f485cbdb3c51.tar forums-115599e78d09593cc5db482bb9a2f485cbdb3c51.tar.gz forums-115599e78d09593cc5db482bb9a2f485cbdb3c51.tar.bz2 forums-115599e78d09593cc5db482bb9a2f485cbdb3c51.tar.xz forums-115599e78d09593cc5db482bb9a2f485cbdb3c51.zip | |
[ticket/11608] Mark sphinx test as incomplete
Sphinx search for the test board cannot be tested
PHPBB3-11608
| -rw-r--r-- | tests/functional/search_test.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional/search_test.php b/tests/functional/search_test.php index adb5cb3d95..18520afdbb 100644 --- a/tests/functional/search_test.php +++ b/tests/functional/search_test.php @@ -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() |
