skip failing test suite (#196153)

This commit is contained in:
Kibana Machine 2024-12-03 02:55:42 +11:00
parent 41e8de6e0f
commit 35994a4159

View file

@ -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 () => {