diff --git a/packages/transport-chrome/src/with-dom.test.ts b/packages/transport-chrome/src/with-dom.test.ts index 1f61b136f..631935946 100644 --- a/packages/transport-chrome/src/with-dom.test.ts +++ b/packages/transport-chrome/src/with-dom.test.ts @@ -709,7 +709,7 @@ describe('session client with transport-dom', () => { header.set('x-test', testName); }); - it.fails('should send headers', async () => { + it('should send headers', async () => { const { uncaughtExceptionListener, restoreUncaughtExceptionListener } = replaceUncaughtExceptionListener(); onTestFinished(restoreUncaughtExceptionListener); @@ -755,7 +755,7 @@ describe('session client with transport-dom', () => { expect(uncaughtExceptionListener).not.toHaveBeenCalled(); }); - it.fails('should send timeout headers', async () => { + it('should send timeout headers', async () => { const { uncaughtExceptionListener, restoreUncaughtExceptionListener } = replaceUncaughtExceptionListener(); onTestFinished(restoreUncaughtExceptionListener); @@ -797,7 +797,7 @@ describe('session client with transport-dom', () => { expect(uncaughtExceptionListener).not.toHaveBeenCalled(); }); - it.fails('should send collected headers', async () => { + it('should send collected headers', async () => { const { uncaughtExceptionListener, restoreUncaughtExceptionListener } = replaceUncaughtExceptionListener(); onTestFinished(restoreUncaughtExceptionListener);