mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#216735)
This commit is contained in:
parent
074b511fdc
commit
29ab72c961
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ import {
|
|||
TABLE_TAB_CONTENT_TEST_ID,
|
||||
} from '../../../document_details/right/tabs/test_ids';
|
||||
|
||||
describe('AssetDocumentTab', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/216735
|
||||
describe.skip('AssetDocumentTab', () => {
|
||||
it('renders', () => {
|
||||
const { getByTestId } = render(
|
||||
<TestProviders>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue