Skip to content

Commit

Permalink
skip flaky suite (#75386)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Aug 19, 2020
1 parent 9698a07 commit a68f4be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export default function pagerdutyTest({ getService }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');
const config = getService('config');

describe('pagerduty action', () => {
// FLAKY: https://github.com/elastic/kibana/issues/75386
describe.skip('pagerduty action', () => {
let simulatedActionId = '';
let pagerdutySimulatorURL: string = '<could not determine kibana url>';
let proxyServer: any;
Expand Down

0 comments on commit a68f4be

Please sign in to comment.