Skip to content

Commit

Permalink
skip failing test suite (#157588)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Mar 6, 2024
1 parent 18f6098 commit 6984ff1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ export default ({ getService }: FtrProviderContext): void => {
const esArchiver = getService('esArchiver');
const security = getService('security');

describe('push_case', () => {
// Failing: See https://github.com/elastic/kibana/issues/157588
describe.skip('push_case', () => {
describe('incident recorder server', () => {
const actionsRemover = new ActionsRemover(supertest);
let serviceNowSimulatorURL: string = '';
Expand Down

0 comments on commit 6984ff1

Please sign in to comment.