skip failing test suite (#146223)

This commit is contained in:
Kibana Machine 2022-11-29 16:22:01 -05:00
parent 8c865fb704
commit 7ad2df2067

View file

@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
defaultIndex: 'logstash-*',
};
describe('discover test', function describeIndexTests() {
// Failing: See https://github.com/elastic/kibana/issues/146223
describe.skip('discover test', function describeIndexTests() {
before(async function () {
log.debug('load kibana index with default index pattern');
await kibanaServer.importExport.load('test/functional/fixtures/kbn_archiver/discover');