Skip to content

Commit

Permalink
[Detection Engine][Tests] Skip flakey ML tests - need to follow up (e…
Browse files Browse the repository at this point in the history
…lastic#196990)

## Summary

The periodic pipeline ML tests have been flaking. Confirmed flake, not
regression. Skipping tests to stabilize pipeline. We will need to do a
quick follow up to re-enable tests.
  • Loading branch information
yctercero authored Oct 21, 2024
1 parent c231912 commit c7c5d82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export default ({ getService }: FtrProviderContext) => {
);
});

it('classifies ml job missing errors as user errors', async () => {
it('@skipInServerlessMKI classifies ml job missing errors as user errors', async () => {
await getMetricsRequest(request, true);
const badRule: MachineLearningRuleCreateProps = {
...rule,
Expand Down Expand Up @@ -333,7 +333,7 @@ export default ({ getService }: FtrProviderContext) => {
await esArchiver.unload('x-pack/test/functional/es_archives/asset_criticality');
});

it('should be enriched alert with criticality_level', async () => {
it('@skipInServerlessMKI should be enriched alert with criticality_level', async () => {
const { previewId } = await previewRule({ supertest, rule });
const previewAlerts = await getPreviewAlerts({ es, previewId });

Expand Down

0 comments on commit c7c5d82

Please sign in to comment.