We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4648c66 commit 1f23e75Copy full SHA for 1f23e75
test/unit/full_text_search/issue_query_any_searchable_test.rb
@@ -6,6 +6,9 @@ class IssueQueryAnySearchableTest < ActiveSupport::TestCase
6
unless IssueQuery.method_defined?(:sql_for_any_searchable_field)
7
skip("Required feature 'sql_for_any_searchable_field' does not exist.")
8
end
9
+ unless Redmine::Database.postgresql?
10
+ skip("Required PGroonga now. We will support Mroonga soon.")
11
+ end
12
User.current = nil
13
14
0 commit comments