mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#158408)
This commit is contained in:
parent
ef79f8b1b9
commit
a5cceb3747
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import { FtrProviderContext } from '../../ftr_provider_context';
|
|||
import { getFixtureJson } from './helper/get_fixture_json';
|
||||
|
||||
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