skip flaky suite (#75722)

This commit is contained in:
Tiago Costa 2020-08-24 17:01:43 +01:00
parent 33d3f4090a
commit f2f83b0f68
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -78,7 +78,8 @@ export default function jiraTest({ getService }: FtrProviderContext) {
let proxyServer: any;
let proxyHaveBeenCalled = false;
describe('Jira', () => {
// FLAKY: https://github.com/elastic/kibana/issues/75722
describe.skip('Jira', () => {
before(() => {
jiraSimulatorURL = kibanaServer.resolveUrl(
getExternalServiceSimulatorPath(ExternalServiceSimulator.JIRA)