mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#75386)
This commit is contained in:
parent
9698a0720d
commit
a68f4beb8a
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue