Skip to content

Commit

Permalink
skip failing test suite (#199413)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Nov 11, 2024
1 parent be949d6 commit e6265f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ export default function ({ getService }: FtrProviderContext) {
},
];

describe('fields_for_wildcard_route response', () => {
// Failing: See https://github.com/elastic/kibana/issues/199413
describe.skip('fields_for_wildcard_route response', () => {
before(() =>
esArchiver.load('test/api_integration/fixtures/es_archiver/index_patterns/basic_index')
);
Expand Down

0 comments on commit e6265f2

Please sign in to comment.