mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#205201)
This commit is contained in:
parent
4cc6952c83
commit
e4938cb13b
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue