Skip to content

Commit

Permalink
skip failing test suite (#184128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 23, 2024
1 parent a117094 commit 47293f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService }) {
const { createIndexWithMappings, getJobPayload, createJob, cleanUp } =
registerHelpers(getService);

describe('search', () => {
// Failing: See https://github.com/elastic/kibana/issues/184128
describe.skip('search', () => {
const URI = `${API_BASE_PATH}/search`;

it('return a 404 if the rollup index does not exist', async () => {
Expand Down

0 comments on commit 47293f7

Please sign in to comment.