mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#207077)
This commit is contained in:
parent
676e5a974c
commit
b3e7617ae3
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ jest.mock('@kbn/es-ui-shared-plugin/public', () => {
|
|||
};
|
||||
});
|
||||
|
||||
describe('JsonEditorField', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/207077
|
||||
describe.skip('JsonEditorField', () => {
|
||||
const setValue = jest.fn();
|
||||
const props = {
|
||||
field: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue