Skip to content

Commit

Permalink
test: omit PatriciaTrie#defrag test
Browse files Browse the repository at this point in the history
It's a bug in Groonga.
  • Loading branch information
kou committed Jan 8, 2025
1 parent d35808b commit 79b07b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-patricia-trie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ def test_added?
end

def test_defrag
need_groonga(14, 1, 3) # We'll fix this in 14.1.3.
users = Groonga::PatriciaTrie.create(:name => "Users",
:key_type => "ShortText")
users.define_column("name", "ShortText")
Expand Down

0 comments on commit 79b07b2

Please sign in to comment.