mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#166123)
This commit is contained in:
parent
87c60a3819
commit
ea8a2092c1
1 changed files with 2 additions and 1 deletions
|
@ -96,7 +96,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('severity', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/166123
|
||||
describe.skip('severity', () => {
|
||||
before(async () => {
|
||||
await cases.api.createNthRandomCases(2);
|
||||
await header.waitUntilLoadingHasFinished();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue