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 af6e24a commit 4ce6fa4Copy full SHA for 4ce6fa4
spec/inputs/integration/elasticsearch_esql_spec.rb
@@ -31,7 +31,7 @@
31
end
32
33
before(:all) do
34
- is_ls_with_esql_supported_client = Gem::Version.create(LOGSTASH_VERSION) < Gem::Version.create(LogStash::Inputs::Elasticsearch::LS_ESQL_SUPPORT_VERSION)
+ is_ls_with_esql_supported_client = Gem::Version.create(LOGSTASH_VERSION) >= Gem::Version.create(LogStash::Inputs::Elasticsearch::LS_ESQL_SUPPORT_VERSION)
35
skip "LS version does not have ES client which supports ES|QL" unless is_ls_with_esql_supported_client
36
37
# Skip tests if ES version doesn't support ES||QL
0 commit comments