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

Failing test: Security Solution Cypress.x-pack/plugins/security_solution/public/management/cypress/e2e/rbac/endpoint_role_rbac_with_space_awareness·cy·ts - When defining a kibana role for Endpoint security access with space awareness enabled "before all" hook for "should allow configuration per-space" "before all" hook for "should allow configuration per-space" #195477

Open
kibanamachine opened this issue Oct 8, 2024 · 3 comments
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Defend Workflows “EDR Workflows” sub-team of Security Solution v9.0.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Oct 8, 2024

A test failed on a tracked branch

CypressError: Timed out after waiting `12000ms` for your remote page to load.

Your page did not fire its `load` event within `12000ms`.

You can try increasing the `pageLoadTimeout` value in `opt/local-ssd/buildkite/builds/bk-agent-prod-gcp-1728405915730994649/elastic/kibana-on-merge/kibana/x-pack/plugins/security_solution/public/management/cypress/cypress_serverless.config.ts` to wait longer.

Browsers will not fire the `load` event until all stylesheets and scripts are done downloading.

When this `load` event occurs, Cypress will continue running commands.

Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `When defining a kibana role...`

Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail
    at timedOutWaitingForPageLoad (http://localhost:5649/__cypress/runner/cypress_runner.js:130005:64)
    at <unknown> (http://localhost:5649/__cypress/runner/cypress_runner.js:130321:16)
    at tryCatcher (http://localhost:5649/__cypress/runner/cypress_runner.js:1807:23)
    at <unknown> (http://localhost:5649/__cypress/runner/cypress_runner.js:4186:41)
    at tryCatcher (http://localhost:5649/__cypress/runner/cypress_runner.js:1807:23)
    at Promise._settlePromiseFromHandler (http://localhost:5649/__cypress/runner/cypress_runner.js:1519:31)
    at Promise._settlePromise (http://localhost:5649/__cypress/runner/cypress_runner.js:1576:18)
    at Promise._settlePromise0 (http://localhost:5649/__cypress/runner/cypress_runner.js:1621:10)
    at Promise._settlePromises (http://localhost:5649/__cypress/runner/cypress_runner.js:1697:18)
    at _drainQueueStep (http://localhost:5649/__cypress/runner/cypress_runner.js:2407:12)
    at _drainQueue (http://localhost:5649/__cypress/runner/cypress_runner.js:2400:9)
    at Async._drainQueues (http://localhost:5649/__cypress/runner/cypress_runner.js:2416:5)
    at Async.drainQueues (http://localhost:5649/__cypress/runner/cypress_runner.js:2286:14)
From Your Spec Code:
    at Context.eval (webpack:///./e2e/rbac/endpoint_role_rbac_with_space_awareness.cy.ts:51:69)

First failure: kibana-on-merge - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Oct 8, 2024
@kibanamachine
Copy link
Contributor Author

New failure: kibana-on-merge - main

@botelastic botelastic bot added the needs-team Issues missing a team label label Oct 8, 2024
@kibanamachine kibanamachine added the Team:Defend Workflows “EDR Workflows” sub-team of Security Solution label Oct 8, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/security-defend-workflows (Team:Defend Workflows)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Oct 8, 2024
mistic added a commit that referenced this issue Oct 8, 2024
@mistic
Copy link
Member

mistic commented Oct 8, 2024

Skipped.

main: 74470ec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:Defend Workflows “EDR Workflows” sub-team of Security Solution v9.0.0
Projects
None yet
Development

No branches or pull requests

3 participants