skip failing test suite (#154640)

This commit is contained in:
Kibana Machine 2023-04-17 13:13:57 -04:00
parent 3214872013
commit 3925e93dbc

View file

@ -32,7 +32,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const es = getService('es');
describe('push_case', () => {
// Failing: See https://github.com/elastic/kibana/issues/154640
describe.skip('push_case', () => {
describe('incident recorder server', () => {
const actionsRemover = new ActionsRemover(supertest);
let serviceNowSimulatorURL: string = '';