skip failing test suite (#139879)

This commit is contained in:
Kibana Machine 2023-09-04 07:50:30 -04:00
parent abaf0624da
commit 62630c95fd

View file

@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const esArchiver = getService('esArchiver');
describe('handling warnings with search source fetch', function () {
// Failing: See https://github.com/elastic/kibana/issues/139879
describe.skip('handling warnings with search source fetch', function () {
const dataViewTitle = 'sample-01,sample-01-rollup';
const fromTime = 'Jun 17, 2022 @ 00:00:00.000';
const toTime = 'Jun 23, 2022 @ 00:00:00.000';