Skip to content

Commit

Permalink
skip failing test suite (#176679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 27, 2024
1 parent a77d98b commit 048d5eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import { render, waitFor, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { FilterPopover } from '.';

describe('FilterPopover ', () => {
// Failing: See https://github.com/elastic/kibana/issues/176679
describe.skip('FilterPopover ', () => {
const onSelectedOptionsChanged = jest.fn();
const tags: string[] = ['coke', 'pepsi'];

Expand Down

0 comments on commit 048d5eb

Please sign in to comment.