Skip to content

Commit

Permalink
skip failing test suite (#205201)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Dec 27, 2024
1 parent 4cc6952 commit e4938cb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ const MockFormProvider = ({ children }: { children: React.ReactElement }) => {
);
};

describe('AddInferenceFlyout', () => {
// Failing: See https://github.com/elastic/kibana/issues/205201
describe.skip('AddInferenceFlyout', () => {
it('renders', () => {
render(
<MockFormProvider>
Expand Down

0 comments on commit e4938cb

Please sign in to comment.