Skip to content

Commit

Permalink
[SecuritySolution] Skip asset criticality integration test on MKI (#2…
Browse files Browse the repository at this point in the history
…06745)

## Summary

The test depends on an experimental flag and it is not supported by MKI
tests.
  • Loading branch information
machadoum authored Jan 15, 2025
1 parent e3f54e8 commit 3ba3e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '../../utils';
import { FtrProviderContext } from '../../../../ftr_provider_context';
export default ({ getService }: FtrProviderContext) => {
describe('@ess @serverless @serverlessQA Entity Analytics - Asset Criticality CSV upload', () => {
describe('@ess @serverless Entity Analytics - Asset Criticality CSV upload', () => {
const esClient = getService('es');
const supertest = getService('supertest');
const assetCriticalityRoutes = assetCriticalityRouteHelpersFactory(supertest);
Expand Down

0 comments on commit 3ba3e86

Please sign in to comment.