Skip to content

Commit

Permalink
skip failing test suite (elastic#196153)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 2, 2024
1 parent 41e8de6 commit 35994a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
}

// Failing: See https://github.com/elastic/kibana/issues/196153
describe('create alert', function () {
// Failing: See https://github.com/elastic/kibana/issues/196153
describe.skip('create alert', function () {
let apmSynthtraceEsClient: ApmSynthtraceEsClient;
const webhookConnectorName = 'webhook-test';
before(async () => {
Expand Down

0 comments on commit 35994a4

Please sign in to comment.