mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#158408)
This commit is contained in:
parent
155d5d4adb
commit
67e60c0c1c
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ import { Spaces } from '../../../alerting_api_integration/spaces_only/scenarios'
|
|||
import { ObjectRemover } from '../../../alerting_api_integration/common/lib';
|
||||
|
||||
export default function ({ getService }: FtrProviderContext) {
|
||||
describe('EnableDefaultAlerting', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/158408
|
||||
describe.skip('EnableDefaultAlerting', function () {
|
||||
this.tags('skipCloud');
|
||||
|
||||
const supertest = getService('supertest');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue