aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-08-31 23:30:50 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-10-05 21:16:02 +0530
commit5135ae2a246967b6ad99405e4e616fbe0246311c (patch)
treedb10b734ddef33685302a94f376d1bb484788551 /tests
parentc31035d047d8c7b35c32ce72492c66e602586c5e (diff)
downloadforums-5135ae2a246967b6ad99405e4e616fbe0246311c.tar
forums-5135ae2a246967b6ad99405e4e616fbe0246311c.tar.gz
forums-5135ae2a246967b6ad99405e4e616fbe0246311c.tar.bz2
forums-5135ae2a246967b6ad99405e4e616fbe0246311c.tar.xz
forums-5135ae2a246967b6ad99405e4e616fbe0246311c.zip
[ticket/11608] Mark sphinx tests as incomplete for now
PHPBB3-11608
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/search/base_test.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/functional/search/base_test.php b/tests/functional/search/base_test.php
index 7482f5624e..cc048e5ab8 100644
--- a/tests/functional/search/base_test.php
+++ b/tests/functional/search/base_test.php
@@ -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();