Skip to content

Commit

Permalink
skip failing test suite (#184227)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed May 24, 2024
1 parent a84576a commit 7e651e3
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('index patterns extension', () => {
// Failing: See https://github.com/elastic/kibana/issues/184227
describe.skip('index patterns extension', () => {
describe('Fields for wildcards', () => {
const BASE_URI = `${INDEX_PATTERNS_EXTENSION_BASE_PATH}/_fields_for_wildcard`;

Expand Down

0 comments on commit 7e651e3

Please sign in to comment.