mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#192476)
This commit is contained in:
parent
1a5118042d
commit
3ac27f4ba3
1 changed files with 2 additions and 1 deletions
|
@ -187,7 +187,8 @@ function mountWithServices(component: React.ReactElement): ReactWrapper {
|
|||
* - Dimension trigger: Not tested here
|
||||
* - Dimension editor component: First half of the tests
|
||||
*/
|
||||
describe('FormBasedDimensionEditor', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/192476
|
||||
describe.skip('FormBasedDimensionEditor', () => {
|
||||
let state: FormBasedPrivateState;
|
||||
let setState: jest.Mock;
|
||||
let defaultProps: FormBasedDimensionEditorProps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue