[SecuritySolution] Skip asset criticality integration test on MKI (#206745)

## Summary

The test depends on an experimental flag and it is not supported by MKI
tests.
This commit is contained in:
Pablo Machado 2025-01-15 14:26:35 +01:00 committed by GitHub
parent e3f54e8ce8
commit 3ba3e86495
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);