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