mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip failing test suite (#124990)
This commit is contained in:
parent
f4b44d7eb7
commit
ea8f318891
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await queryBar.setQuery('response:200');
|
||||
};
|
||||
|
||||
describe('saved queries saved objects', function describeIndexTests() {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/124990
|
||||
describe.skip('saved queries saved objects', function describeIndexTests() {
|
||||
before(async function () {
|
||||
log.debug('load kibana index with default index pattern');
|
||||
await kibanaServer.savedObjects.clean({ types: ['search', 'index-pattern'] });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue