File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ingest_manager_api_integration
security_solution_endpoint_api_int/apis Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 */
66
77export default function ( { loadTestFile } ) {
8- describe . skip ( 'Ingest Manager Endpoints' , function ( ) {
8+ describe ( 'Ingest Manager Endpoints' , function ( ) {
99 this . tags ( 'ciGroup7' ) ;
1010 // Ingest Manager setup
1111 loadTestFile ( require . resolve ( './setup' ) ) ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { defineDockerServersConfig } from '@kbn/test';
1212// Docker image to use for Ingest Manager API integration tests.
1313// This hash comes from the commit hash here: https://github.com/elastic/package-storage/commit
1414export const dockerImage =
15- 'docker.elastic.co/package-registry/distribution:518a65a993ab7e9c77b1d8d20cd6f847921d04ec ' ;
15+ 'docker.elastic.co/package-registry/distribution:a5132271ad37209d6978018bfe6e224546d719a8 ' ;
1616
1717export default async function ( { readConfigFile } : FtrConfigProviderContext ) {
1818 const xPackAPITestsConfig = await readConfigFile ( require . resolve ( '../api_integration/config.ts' ) ) ;
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { getRegistryUrl as getRegistryUrlFromIngest } from '../../../plugins/ing
1010export default function endpointAPIIntegrationTests ( providerContext : FtrProviderContext ) {
1111 const { loadTestFile, getService } = providerContext ;
1212
13- describe . skip ( 'Endpoint plugin' , function ( ) {
13+ describe ( 'Endpoint plugin' , function ( ) {
1414 const ingestManager = getService ( 'ingestManager' ) ;
1515
1616 this . tags ( 'ciGroup7' ) ;
You can’t perform that action at this time.
0 commit comments