mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#154640)
This commit is contained in:
parent
3214872013
commit
3925e93dbc
1 changed files with 2 additions and 1 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue