diff --git a/packages/sui-react-web-vitals/test/browser/indexSpec.js b/packages/sui-react-web-vitals/test/browser/indexSpec.js index 98f2f7259..959061742 100644 --- a/packages/sui-react-web-vitals/test/browser/indexSpec.js +++ b/packages/sui-react-web-vitals/test/browser/indexSpec.js @@ -279,7 +279,7 @@ describe('WebVitalsReporter', () => { ]) }) - it('should track inp with deviceMemory, networkConnection, and hardwareConcurrency using logger cwv', async () => { + it.skip('should track inp with deviceMemory, networkConnection, and hardwareConcurrency using logger cwv', async () => { const logger = { cwv: sinon.spy() }