Skip to content

Commit 4c487c4

Browse files
authored
test: skip azure-event-hubs esm tests for now (#6873)
1 parent bedced1 commit 4c487c4

File tree

1 file changed

+5
-2
lines changed
  • packages/datadog-plugin-azure-event-hubs/test/integration-test

1 file changed

+5
-2
lines changed

packages/datadog-plugin-azure-event-hubs/test/integration-test/client.spec.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
'use strict'
22

3+
const { assert, expect } = require('chai')
4+
const { describe, it, beforeEach, afterEach } = require('mocha')
5+
36
const {
47
FakeAgent,
58
sandboxCwd,
@@ -8,11 +11,11 @@ const {
811
spawnPluginIntegrationTestProc
912
} = require('../../../../integration-tests/helpers')
1013
const { withVersions } = require('../../../dd-trace/test/setup/mocha')
11-
const { assert, expect } = require('chai')
1214

1315
const spawnEnv = { DD_TRACE_FLUSH_INTERVAL: '2000' }
1416

15-
describe('esm', () => {
17+
// TODO: Fix this test / esm issue
18+
describe.skip('esm', () => {
1619
let agent
1720
let proc
1821

0 commit comments

Comments
 (0)