mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite. #139565
This commit is contained in:
parent
1bdfd0ef6c
commit
e91c33e3d1
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import { FileMetadata } from '../../../common';
|
|||
/**
|
||||
* This file client is using Elasticsearch interfaces directly to manage files.
|
||||
*/
|
||||
describe('ES-index-backed file client', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/139565
|
||||
describe.skip('ES-index-backed file client', () => {
|
||||
let esClient: TestEnvironmentUtils['esClient'];
|
||||
let fileClient: FileClient;
|
||||
let testHarness: TestEnvironmentUtils;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue