skip flaky suite (#88796)

This commit is contained in:
Tiago Costa 2022-01-17 13:56:57 +00:00
parent e02eaf3044
commit 5a38f03606
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -18,7 +18,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
const comboBox = getService('comboBox');
const supertest = getService('supertest');
describe('Connectors', function () {
// FLAKY: https://github.com/elastic/kibana/issues/88796
describe.skip('Connectors', function () {
const objectRemover = new ObjectRemover(supertest);
before(async () => {