Skip to content

Commit

Permalink
skip failing suite (#137752)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Aug 1, 2022
1 parent 43da09a commit f549513
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const mockUiSettingsForFilterManager = coreMock.createStart().uiSettings;

const filterManager = new FilterManager(mockUiSettingsForFilterManager);

describe('QueryBar ', () => {
// Failing: See https://github.com/elastic/kibana/issues/137752
describe.skip('QueryBar ', () => {
const onSubmitQuery = jest.fn();
const onSubmitDateRange = jest.fn();
const onSavedQuery = jest.fn();
Expand Down

0 comments on commit f549513

Please sign in to comment.