Skip to content

Commit

Permalink
skip flaky suites (#148468, #148469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 12, 2023
1 parent 0f155bd commit 7d69a45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/functional_with_es_ssl/apps/cases/list_view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,9 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('Severity', () => {
// FLAKY: https://github.com/elastic/kibana/issues/148468
// FLAKY: https://github.com/elastic/kibana/issues/148469
describe.skip('Severity', () => {
before(async () => {
await cases.api.createNthRandomCases(1);
await header.waitUntilLoadingHasFinished();
Expand Down

0 comments on commit 7d69a45

Please sign in to comment.