Skip to content

Commit

Permalink
skip flaky suite (#169894)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 26, 2023
1 parent 673d1ba commit 1ee28ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ describe('When accessing Endpoint Response Console', { tags: ['@ess', '@serverle
login();
});

describe('from Cases', () => {
// FLAKY: https://github.com/elastic/kibana/issues/169894
describe.skip('from Cases', () => {
let endpointData: ReturnTypeFromChainable<typeof indexEndpointHosts>;
let caseData: ReturnTypeFromChainable<typeof indexNewCase>;
let alertData: ReturnTypeFromChainable<typeof indexEndpointRuleAlerts>;
Expand Down

0 comments on commit 1ee28ab

Please sign in to comment.