You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…13338)
This streamlines some stuff in our browser integration tests, to fix
some flakiness (hopefully).
The biggest change is that instead of always building into `dist` for
each test file, each test will now build into a random subfolder, e.g.
`dist/abc`. This way, multiple tests in a single file will never
conflict with each other.
Additionally it also streamlines some of the tests I encountered while
looking at stuff, hopefully reducing flakes further.
Closes#13321
Zen-cronic
pushed a commit
to Zen-cronic/sentry-javascript
that referenced
this issue
Aug 26, 2024
…etsentry#13338)
This streamlines some stuff in our browser integration tests, to fix
some flakiness (hopefully).
The biggest change is that instead of always building into `dist` for
each test file, each test will now build into a random subfolder, e.g.
`dist/abc`. This way, multiple tests in a single file will never
conflict with each other.
Additionally it also streamlines some of the tests I encountered while
looking at stuff, hopefully reducing flakes further.
Closesgetsentry#13321
Flakiness Type
Timeout
Name of Job
Playwright bundle_tracing_replay_tracing_min Tests
Name of Test
replay/extendNetworkBreadcrumbs/xhr/captureResponseSize/test.ts:107:11 › captures response size without Content-Length header
Link to Test Run
https://github.com/getsentry/sentry-javascript/actions/runs/10351287096/job/28649710474
Details
The text was updated successfully, but these errors were encountered: