Skip to content

Commit

Permalink
skip flaky suite (elastic#88796)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 17, 2022
1 parent 586a8fd commit c4b4cf1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit c4b4cf1

Please sign in to comment.