mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#88796)
This commit is contained in:
parent
e02eaf3044
commit
5a38f03606
1 changed files with 2 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue