mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip failing es promotion (#163998)
This commit is contained in:
parent
694c1f89e0
commit
ead10e134b
1 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ import { waitForFleetSetup } from './helpers';
|
|||
const logFilePath = path.join(__dirname, 'logs.log');
|
||||
|
||||
// Failing ES promotion: https://github.com/elastic/kibana/issues/156245
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/163998
|
||||
describe.skip('fleet usage telemetry', () => {
|
||||
let core: any;
|
||||
let esServer: TestElasticsearchUtils;
|
||||
|
@ -436,7 +437,7 @@ describe.skip('fleet usage telemetry', () => {
|
|||
},
|
||||
],
|
||||
components_status: [
|
||||
/* To uncomment when ES new snapshot will be built
|
||||
/* To uncomment when ES new snapshot will be built
|
||||
{
|
||||
id: 'filestream-monitoring',
|
||||
status: 'HEALTHY',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue