mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#175841)
This commit is contained in:
parent
627c9c41cf
commit
96eb1f258d
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ import { basicCase, basicFileMock } from '../../containers/mock';
|
|||
import { getFileType } from './file_type';
|
||||
import { FILE_ATTACHMENT_TYPE } from '../../../common/constants';
|
||||
|
||||
describe('getFileType', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/175841
|
||||
describe.skip('getFileType', () => {
|
||||
const fileType = getFileType();
|
||||
|
||||
it('invalid props return blank FileAttachmentViewObject', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue