Skip to content

Commit

Permalink
skip failing test suite (elastic#184227)
Browse files Browse the repository at this point in the history
kibanamachine authored and adelisle committed Aug 5, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 6e82f58 commit 3e824f8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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`;

0 comments on commit 3e824f8

Please sign in to comment.