mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[SecuritySolution] Skip asset criticality integration test on MKI (#206969)
## Summary Skip asset criticality integration test on MKI --------- Co-authored-by: Jared Burgett <147995946+jaredburgettelastic@users.noreply.github.com>
This commit is contained in:
parent
f48f8043d6
commit
f538cf56fc
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 Entity Analytics - Asset Criticality CSV upload', () => {
|
||||
describe('@ess @serverless @skipInServerlessMKI 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