Skip to content

Commit

Permalink
test status
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime committed Feb 26, 2025
1 parent fe3ac28 commit c549a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/transport-chrome/src/with-dom.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit c549a75

Please sign in to comment.