Skip to content

Commit 376f23a

Browse files
committed
skip failing suite (#207328)
1 parent cdd7f2d commit 376f23a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/platform/plugins/shared/cases/public/components/user_actions/property_actions/registered_attachments_property_actions.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ import {
1818
import { RegisteredAttachmentsPropertyActions } from './registered_attachments_property_actions';
1919
import { AttachmentActionType } from '../../../client/attachment_framework/types';
2020

21-
describe('RegisteredAttachmentsPropertyActions', () => {
21+
// Failing: See https://github.com/elastic/kibana/issues/207328
22+
describe.skip('RegisteredAttachmentsPropertyActions', () => {
2223
let appMock: AppMockRenderer;
2324

2425
const props = {

0 commit comments

Comments
 (0)