diff --git a/x-pack/test/functional/apps/uptime/certificates.ts b/x-pack/test/functional/apps/uptime/certificates.ts index 4a10955637844a..cfd489bd05f3c8 100644 --- a/x-pack/test/functional/apps/uptime/certificates.ts +++ b/x-pack/test/functional/apps/uptime/certificates.ts @@ -14,7 +14,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { const es = getService('es'); - describe('certificates', function() { + // FLAKY: https://github.com/elastic/kibana/issues/66869 + describe.skip('certificates', function() { beforeEach(async () => { await uptime.goToRoot(true); await makeCheck({ es, tls: true });