mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
d72a5d1f63
commit
1417fd37f5
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ import { waitFor } from '@testing-library/react';
|
|||
|
||||
jest.mock('../../../containers/api');
|
||||
|
||||
describe('EditTagsFlyout', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/174176
|
||||
// Failing: See https://github.com/elastic/kibana/issues/174177
|
||||
describe.skip('EditTagsFlyout', () => {
|
||||
let appMock: AppMockRenderer;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue