Skip to content

Commit

Permalink
skip flaky suite (#168427)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 12, 2023
1 parent 30cc89d commit 60f530f
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 60f530f

Please sign in to comment.