Skip to content

Commit

Permalink
skip failing test suite (#192476)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 10, 2024
1 parent 1a51180 commit 3ac27f4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3ac27f4

Please sign in to comment.