Skip to content

Commit

Permalink
Unskip configure test
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Feb 22, 2024
1 parent 1e78aec commit 36213fe
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import userEvent from '@testing-library/user-event';
import { FormTestComponent } from '../../../common/test_utils';
import { Configure } from './configure';

// Failing: See https://github.com/elastic/kibana/issues/176600
describe.skip('Configure ', () => {
describe('Configure ', () => {
const onSubmit = jest.fn();

beforeEach(() => {
Expand Down

0 comments on commit 36213fe

Please sign in to comment.