skip flaky suite (#75386)

This commit is contained in:
spalger 2020-08-19 08:42:11 -07:00
parent 9698a0720d
commit a68f4beb8a

View file

@ -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;