Skip to content

Commit 25ae8e7

Browse files
authored
Ignore elasticsearch 8.16.0 from esm tests (#4892)
1 parent 985cb1d commit 25ae8e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • packages/datadog-plugin-elasticsearch/test/integration-test

packages/datadog-plugin-elasticsearch/test/integration-test/client.spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ describe('esm', () => {
1313
let proc
1414
let sandbox
1515

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

0 commit comments

Comments
 (0)