mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing test suite (#124990)
This commit is contained in:
parent
94fbacc6bd
commit
1f3b7f405e
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
||||||
await queryBar.setQuery('response:200');
|
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 () {
|
before(async function () {
|
||||||
log.debug('load kibana index with default index pattern');
|
log.debug('load kibana index with default index pattern');
|
||||||
await kibanaServer.savedObjects.clean({ types: ['search', 'index-pattern'] });
|
await kibanaServer.savedObjects.clean({ types: ['search', 'index-pattern'] });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue