Skip to content

Commit

Permalink
Ignore elasticsearch 8.16.0 from esm tests (#4892)
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien authored and nhulston committed Nov 15, 2024
1 parent 9e2f989 commit a7c44f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ describe('esm', () => {
let proc
let sandbox

withVersions('elasticsearch', ['@elastic/elasticsearch'], version => {
// excluding 8.16.0 for esm tests, because it is not working: https://github.com/elastic/elasticsearch-js/issues/2466
withVersions('elasticsearch', ['@elastic/elasticsearch'], '<8.16.0 || >8.16.0', version => {
before(async function () {
this.timeout(20000)
sandbox = await createSandbox([`'@elastic/elasticsearch@${version}'`], false, [
Expand Down

0 comments on commit a7c44f3

Please sign in to comment.