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 ae95cc7 commit 7244e4bCopy full SHA for 7244e4b
spec/acceptance/tests/acceptance_spec.rb
@@ -90,7 +90,7 @@
90
91
include_examples('template operations', es_01, v[:template])
92
93
- include_examples('pipeline operations', es_01, v[:pipeline])
+ include_examples('pipeline operations', es_01, v[:pipeline]) if semver(v[:elasticsearch_full_version]) >= semver('5.0.0')
94
95
include_examples('plugin acceptance tests', v[:elasticsearch_plugins]) unless v[:elasticsearch_plugins].empty?
96
0 commit comments