Skip to content

Commit

Permalink
skip flaky suite (elastic#168427)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent affed59 commit daa9f28
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ describe(
disableExpandableFlyoutAdvancedSettings();
});

describe('From alerts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/168427
describe.skip('From alerts', () => {
let ruleId: string;
let ruleName: string;

Expand All @@ -83,7 +84,7 @@ describe(
}
});

it.skip('should have generated endpoint and rule', () => {
it('should have generated endpoint and rule', () => {
loadPage(APP_ENDPOINTS_PATH);
cy.contains(createdHost.hostname).should('exist');

Expand Down

0 comments on commit daa9f28

Please sign in to comment.