Skip to content

Commit

Permalink
skip flaky suite (elastic#175841)
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni authored and fkanout committed Mar 4, 2024
1 parent 379d117 commit aa3a288
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import { basicCase, basicFileMock } from '../../containers/mock';
import { getFileType } from './file_type';
import { FILE_ATTACHMENT_TYPE } from '../../../common/constants';

describe('getFileType', () => {
// Failing: See https://github.com/elastic/kibana/issues/175841
describe.skip('getFileType', () => {
const fileType = getFileType();

it('invalid props return blank FileAttachmentViewObject', () => {
Expand Down

0 comments on commit aa3a288

Please sign in to comment.