Skip to content

Commit

Permalink
[Security Solution] Unskip urls/not_found Serverless Cypress tests (#…
Browse files Browse the repository at this point in the history
…169243)

**Addresses:** #161540

## Summary

This PR unskips `urls/not_found.cy.ts` Serverless Cypress tests.

## Flaky test runner

`urls/not_found.cy.ts` [150 runs](https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3590)
  • Loading branch information
maximpn authored Oct 19, 2023
1 parent b7b1ea9 commit 326933a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ import { editRuleUrl } from '../../urls/edit_rule';

const mockRuleId = '5a4a0460-d822-11eb-8962-bfd4aff0a9b3';

// FLAKY: https://github.com/elastic/kibana/issues/165710
describe('Display not found page', { tags: ['@ess', '@serverless', '@brokenInServerless'] }, () => {
describe('Display not found page', { tags: ['@ess', '@serverless'] }, () => {
beforeEach(() => {
login();
visitWithTimeRange(TIMELINES_URL);
Expand Down

0 comments on commit 326933a

Please sign in to comment.