Skip to content

Commit

Permalink
skip flaky suite (elastic#174384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 17, 2024
1 parent 5be8c22 commit cd75779
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import {
import { RegisteredAttachmentsPropertyActions } from './registered_attachments_property_actions';
import { AttachmentActionType } from '../../../client/attachment_framework/types';

describe('RegisteredAttachmentsPropertyActions', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174384
describe.skip('RegisteredAttachmentsPropertyActions', () => {
let appMock: AppMockRenderer;

const props = {
Expand Down

0 comments on commit cd75779

Please sign in to comment.