Skip to content

Commit

Permalink
skip flaky suite (#174384)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 5, 2024
1 parent 65ce0c3 commit dde11ca
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 dde11ca

Please sign in to comment.