From edd3e49a2fbcfb7bd6e2a37dc5b8042770dd6b58 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 19 Jun 2016 14:06:26 +0100 Subject: [PATCH] mark wildcard test incomplete on pgsql / sqlite --- ext/index/test.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/index/test.php b/ext/index/test.php index 716ce59e..682fb1cc 100644 --- a/ext/index/test.php +++ b/ext/index/test.php @@ -142,6 +142,12 @@ class IndexTest extends ShimmiePHPUnitTestCase { public function testWildSearchOneResult() { $image_ids = $this->upload(); + global $database; + $db = $database->get_driver_name(); + if($db == "pgsql" || $db == "sqlite") { + $this->markTestIncomplete(); + } + // Only the first image matches both the wildcard and the tag. // This checks for https://github.com/shish/shimmie2/issues/547 // (comp* is expanded to "computer computing", then we searched