mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#205953)
This commit is contained in:
parent
9d109a304c
commit
bf52799dc4
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import React from 'react';
|
|||
import { DeleteAttachmentConfirmationModal } from './delete_attachment_confirmation_modal';
|
||||
import { render, screen } from '@testing-library/react';
|
||||
|
||||
describe('DeleteAttachmentConfirmationModal', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/205953
|
||||
describe.skip('DeleteAttachmentConfirmationModal', () => {
|
||||
const props = {
|
||||
title: 'My title',
|
||||
confirmButtonText: 'My button text',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue