mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing suite (#205987)
This commit is contained in:
parent
67163cb802
commit
c44580f38a
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import userEvent from '@testing-library/user-event';
|
|||
import { FormTestComponent } from '../../../common/test_utils';
|
||||
import { Configure } from './configure';
|
||||
|
||||
describe('Configure ', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/205987
|
||||
describe.skip('Configure ', () => {
|
||||
const onSubmit = jest.fn();
|
||||
|
||||
beforeEach(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue