Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Flaky CI]: loader/noOnLoad/captureException/test.ts:6:11 › captureException works #11063

Closed
AbhiPrasad opened this issue Mar 12, 2024 · 0 comments

Comments

@AbhiPrasad
Copy link
Member

Flakiness Type

Timeout

Name of Job

Playwright Loader (loader_replay) Tests

Name of Test

[chromium] › loader/noOnLoad/captureException/test.ts:6:11 › captureException works

Link to Test Run

https://github.com/getsentry/sentry-javascript/actions/runs/8252529885/job/22572465037?pr=11052

Details


  1) [chromium] › loader/noOnLoad/captureException/test.ts:6:11 › captureException works ───────────

    Test timeout of 30000ms exceeded.

    Error: page.waitForRequest: Test timeout of 30000ms exceeded.

       at ../utils/helpers.ts:147

      145 |
      146 | export function waitForErrorRequest(page: Page): Promise<Request> {
    > 147 |   return page.waitForRequest(req => {
          |               ^
      148 |     const postData = req.postData();
      149 |     if (!postData) {
      150 |       return false;

        at waitForErrorRequest (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:147:15)
        at waitForErrorRequestOnUrl (/home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/utils/helpers.ts:137:36)
        at /home/runner/work/sentry-javascript/sentry-javascript/dev-packages/browser-integration-tests/loader-suites/loader/noOnLoad/captureException/test.ts:8:45
@AbhiPrasad AbhiPrasad changed the title [Flaky CI]: loader/noOnLoad/captureException/test.ts:6:11 › captureException works ─────────── [Flaky CI]: loader/noOnLoad/captureException/test.ts:6:11 › captureException works Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant