Skip to content

Commit

Permalink
skip failing test suite (elastic#177791)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 27, 2024
1 parent 791a3f0 commit 755385a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { categories } from '../../containers/mock';
import { MAX_CATEGORY_LENGTH } from '../../../common/constants';
import { FormTestComponent } from '../../common/test_utils';

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

it('renders the category field correctly', async () => {
Expand Down

0 comments on commit 755385a

Please sign in to comment.