mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[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:
parent
e3f54e8ce8
commit
3ba3e86495
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue