mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#199413)
This commit is contained in:
parent
be949d66e4
commit
e6265f204f
1 changed files with 2 additions and 1 deletions
|
@ -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')
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue