Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Updated elastic tests to skip broken version
  • Loading branch information
jsumners-nr committed Apr 3, 2024
commit e271a6b2ebab39b12c9ef13e45fe6d9ba5575a21
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