mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#117971)
This commit is contained in:
parent
c95fbfa339
commit
b53bec9a83
1 changed files with 2 additions and 1 deletions
|
@ -665,7 +665,8 @@ export default ({ getService }: FtrProviderContext): void => {
|
|||
});
|
||||
});
|
||||
|
||||
describe('esArchiver', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/117971
|
||||
describe.skip('esArchiver', () => {
|
||||
const defaultSignalsIndex = '.siem-signals-default-000001';
|
||||
|
||||
beforeEach(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue