Skip to content

Commit

Permalink
skipping flakey ML tests - need to follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
yctercero committed Oct 21, 2024
1 parent 33829d9 commit d8a926f
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 d8a926f

Please sign in to comment.