mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#158537)
This commit is contained in:
parent
7686163a72
commit
bed4609afe
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ import { BlobStorageService } from '../blob_storage_service';
|
|||
import { FileServiceStart, FileServiceFactory } from '../file_service';
|
||||
import type { CreateFileArgs } from '../file_service/file_action_types';
|
||||
|
||||
describe('FileService', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/158537
|
||||
describe.skip('FileService', () => {
|
||||
const fileKind: string = 'test';
|
||||
const fileKindNonDefault: string = 'test-non-default';
|
||||
const fileKindTinyFiles: string = 'tiny-files';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue