skip failing test suite (#205201)

This commit is contained in:
Jonathan Budzenski 2024-12-27 11:37:34 -06:00
parent 4cc6952c83
commit e4938cb13b

View file

@ -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>