Skip to content

Commit 8a6fec4

Browse files
authored
disable (#5154)
1 parent bf28ddd commit 8a6fec4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const {
88
} = require('../../../../integration-tests/helpers')
99
const { assert } = require('chai')
1010

11-
describe('esm', () => {
11+
// TODO(sabrenner): re-enable once issues with mocking OpenAI calls are resolved
12+
describe.skip('esm', () => {
1213
let agent
1314
let proc
1415
let sandbox

0 commit comments

Comments
 (0)