Skip to content

Commit 7244e4b

Browse files
committed
Restrict pipeline testing to versions 5 and up
1 parent ae95cc7 commit 7244e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/tests/acceptance_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
include_examples('template operations', es_01, v[:template])
9292

93-
include_examples('pipeline operations', es_01, v[:pipeline])
93+
include_examples('pipeline operations', es_01, v[:pipeline]) if semver(v[:elasticsearch_full_version]) >= semver('5.0.0')
9494

9595
include_examples('plugin acceptance tests', v[:elasticsearch_plugins]) unless v[:elasticsearch_plugins].empty?
9696

0 commit comments

Comments
 (0)