mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
0f155bd2cf
commit
7d69a45c90
1 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue