skip failing test suite (#192476)

This commit is contained in:
Jonathan Budzenski 2024-09-10 12:30:16 -05:00
parent 1a5118042d
commit 3ac27f4ba3

View file

@ -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;