Skip to content

Commit

Permalink
skip failing test suite (elastic#176600)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and fkanout committed Mar 4, 2024
1 parent 777bd90 commit b686240
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/176600
describe.skip('Configure ', () => {
const onSubmit = jest.fn();

beforeEach(() => {
Expand Down

0 comments on commit b686240

Please sign in to comment.