Skip to content

Commit

Permalink
chore: Updated elastic tests to skip broken version (#2119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr authored Apr 3, 2024
1 parent 158c295 commit 5d0d1bb
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion test/versioned/elastic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,18 @@
"node": ">=16"
},
"dependencies": {
"@elastic/elasticsearch": ">=7.16.0"
"@elastic/elasticsearch": ">=7.16.0 <8.5.0"
},
"files": [
"elasticsearch.tap.js"
]
},
{
"engines": {
"node": ">=18"
},
"dependencies": {
"@elastic/elasticsearch": ">=8.5.0"
},
"files": [
"elasticsearch.tap.js"
Expand Down

0 comments on commit 5d0d1bb

Please sign in to comment.