Skip to content

Commit

Permalink
testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crysmags committed May 9, 2024
1 parent 145bf39 commit 8398056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datadog-plugin-undici/test/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Plugin', () => {
},
rawExpectedSchema.client
)
it('should support URL input', done => {
it.skip('should support URL input', done => {
const app = express()
app.post('/user', (req, res) => {
res.status(200).send()
Expand Down

0 comments on commit 8398056

Please sign in to comment.