File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
ingest_manager_api_integration
security_solution_endpoint_api_int/apis
security_solution_endpoint/apps/endpoint Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 55 */
66
77export default function ( { loadTestFile } ) {
8- describe ( 'Ingest Manager Endpoints' , function ( ) {
8+ describe . skip ( '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 @@ -11,12 +11,8 @@ import { defineDockerServersConfig } from '@kbn/test';
1111
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
14- // export const dockerImage =
15- // 'docker.elastic.co/package-registry/distribution:5e0e12ce1bc2cb0c2f67f2e07d11b9a6043bcf25';
16-
17- // Temporarily use custom image for testing package renaming changes
1814export const dockerImage =
19- 'docker.elastic.co/observability-ci/ package-registry/distribution:PR-405 ' ;
15+ 'docker.elastic.co/package-registry/distribution:5e0e12ce1bc2cb0c2f67f2e07d11b9a6043bcf25 ' ;
2016
2117export default async function ( { readConfigFile } : FtrConfigProviderContext ) {
2218 const xPackAPITestsConfig = await readConfigFile ( require . resolve ( '../api_integration/config.ts' ) ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313export default function ( providerContext : FtrProviderContext ) {
1414 const { loadTestFile, getService } = providerContext ;
1515
16- describe ( 'endpoint' , function ( ) {
16+ describe . skip ( 'endpoint' , function ( ) {
1717 this . tags ( 'ciGroup7' ) ;
1818 const ingestManager = getService ( 'ingestManager' ) ;
1919 const log = getService ( 'log' ) ;
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 ( 'Endpoint plugin' , function ( ) {
13+ describe . skip ( '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