From 8398056341843b9533cd3c3346d2f8c53ec974e1 Mon Sep 17 00:00:00 2001 From: Crystal Magloire Date: Thu, 9 May 2024 17:28:20 -0400 Subject: [PATCH] testing ci --- packages/datadog-plugin-undici/test/index.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datadog-plugin-undici/test/index.spec.js b/packages/datadog-plugin-undici/test/index.spec.js index 8313ba7622f..0019b383216 100644 --- a/packages/datadog-plugin-undici/test/index.spec.js +++ b/packages/datadog-plugin-undici/test/index.spec.js @@ -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()