Skip to content

Commit

Permalink
skip failing test suite (#176600, #193918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 26, 2024
1 parent 641eee0 commit 34cb733
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import { FormTestComponent } from '../../../common/test_utils';
import * as i18n from '../translations';
import { Configure } from './configure';

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

beforeEach(() => {
Expand Down

0 comments on commit 34cb733

Please sign in to comment.