mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#168340)
This commit is contained in:
parent
760a692570
commit
8faa5946c3
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ describe.skip(
|
|||
login();
|
||||
});
|
||||
|
||||
describe('From alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/168340
|
||||
describe.skip('From alerts', () => {
|
||||
let ruleId: string;
|
||||
let ruleName: string;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue