Skip to content

Commit 3e0e51c

Browse files
committed
test: don't require Apache Arrow support
1 parent 84183ca commit 3e0e51c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/test-remote.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def test_send
9595
groonga_version = Gem::Version.new(values["version"])
9696
expected = [
9797
"alloc_count",
98-
"apache_arrow",
9998
"cache_hit_rate",
10099
"command_version",
101100
"default_command_version",
@@ -109,6 +108,9 @@ def test_send
109108
"uptime",
110109
"version",
111110
]
111+
if values["features"]["apache_arrow"]
112+
expected << "apache_arrow"
113+
end
112114
if groonga_version >= Gem::Version.new("14.0.0")
113115
expected << "default_n_workers"
114116
expected << "n_workers"

0 commit comments

Comments
 (0)