Skip to content

Commit

Permalink
skip flaky suite (#75722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 24, 2020
1 parent a2a28a2 commit b791be3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b791be3

Please sign in to comment.