mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#183663)
This commit is contained in:
parent
e94024b277
commit
443d2d41b8
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import { render, screen, waitFor } from '@testing-library/react';
|
|||
import userEvent from '@testing-library/user-event';
|
||||
import { waitForEuiPopoverOpen } from '@elastic/eui/lib/test/rtl';
|
||||
|
||||
describe('multi select filter', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/183663
|
||||
describe.skip('multi select filter', () => {
|
||||
it('should render the amount of options available', async () => {
|
||||
const onChange = jest.fn();
|
||||
const props = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue