skip flaky suite (#66869)

This commit is contained in:
spalger 2020-05-21 02:59:26 -07:00
parent 35db3704d1
commit 6ad8c91894

View file

@ -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 });