diff --git a/test/examples/search/warnings.ts b/test/examples/search/warnings.ts index f20302e2083d94..66a3d0ad193e61 100644 --- a/test/examples/search/warnings.ts +++ b/test/examples/search/warnings.ts @@ -27,6 +27,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const monacoEditor = getService('monacoEditor'); // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176102 + // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/176103 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';