skip flaky suite (#90555)

This commit is contained in:
Tyler Smalley 2021-02-17 06:56:43 -08:00
parent 7a2f74fb6f
commit ece20e0d6c

View file

@ -19,6 +19,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const es = getService('es');
// FLAKY: https://github.com/elastic/kibana/issues/90555
// Failing: See https://github.com/elastic/kibana/issues/90555
describe.skip('uptime', () => {
before(async () => {
await esArchiver.load('uptime/blank');