Skip to content

Commit

Permalink
Fixing components_status test (#164064)
Browse files Browse the repository at this point in the history
## Summary

Test fix: now that ES new snapshot is available, fixing
components_status test
Close #163998
Close #156245

---------

Co-authored-by: Julia Bardi <[email protected]>
  • Loading branch information
pierrehilbert and juliaElastic authored Aug 16, 2023
1 parent a3e51bf commit 0fedc8b
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,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', () => {
describe('fleet usage telemetry', () => {
let core: any;
let esServer: TestElasticsearchUtils;
let kbnServer: TestKibanaUtils;
Expand Down Expand Up @@ -437,7 +435,11 @@ describe.skip('fleet usage telemetry', () => {
},
],
components_status: [
/* To uncomment when ES new snapshot will be built
{
id: 'beat/metrics-monitoring',
status: 'HEALTHY',
count: 2,
},
{
id: 'filestream-monitoring',
status: 'HEALTHY',
Expand All @@ -448,11 +450,6 @@ describe.skip('fleet usage telemetry', () => {
status: 'UNHEALTHY',
count: 1,
},
{
id: 'beat/metrics-monitoring',
status: 'HEALTHY',
count: 2,
}, */
],
fleet_server_config: {
policies: [
Expand Down

0 comments on commit 0fedc8b

Please sign in to comment.