mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#168602)
This commit is contained in:
parent
8bd40bcfb7
commit
9c0f2fc292
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ describe(
|
|||
});
|
||||
});
|
||||
|
||||
describe('Ransomware in Timelines', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/168602
|
||||
describe.skip('Ransomware in Timelines', () => {
|
||||
before(() => {
|
||||
login();
|
||||
visitWithTimeRange(TIMELINES_URL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue