Skip to content

Commit

Permalink
skip flaky suite (#75386)
Browse files Browse the repository at this point in the history
(cherry picked from commit a68f4be)
  • Loading branch information
spalger committed Aug 19, 2020
1 parent 081472b commit fbec8b1
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 fbec8b1

Please sign in to comment.