Skip to content

Commit

Permalink
skip failing es promotion (elastic#163998)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 16, 2023
1 parent 694c1f8 commit ead10e1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit ead10e1

Please sign in to comment.