mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#137456)
This commit is contained in:
parent
3f7f9729ed
commit
c35e8d6a65
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const PageObjects = getPageObjects(['common']);
|
||||
const esArchiver = getService('esArchiver');
|
||||
|
||||
describe('Unsecure Cluster Alert', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/137456
|
||||
describe.skip('Unsecure Cluster Alert', function () {
|
||||
before(async () => {
|
||||
await esArchiver.emptyKibanaIndex();
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue