Skip to content

Commit fc6a2ba

Browse files
committed
Re-skip tests and revert docker image
1 parent c498cfc commit fc6a2ba

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

x-pack/test/ingest_manager_api_integration/apis/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
export 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'));

x-pack/test/ingest_manager_api_integration/config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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
1814
export const dockerImage =
19-
'docker.elastic.co/observability-ci/package-registry/distribution:PR-405';
15+
'docker.elastic.co/package-registry/distribution:5e0e12ce1bc2cb0c2f67f2e07d11b9a6043bcf25';
2016

2117
export default async function ({ readConfigFile }: FtrConfigProviderContext) {
2218
const xPackAPITestsConfig = await readConfigFile(require.resolve('../api_integration/config.ts'));

x-pack/test/security_solution_endpoint/apps/endpoint/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
export 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');

x-pack/test/security_solution_endpoint_api_int/apis/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { getRegistryUrl as getRegistryUrlFromIngest } from '../../../plugins/ing
1010
export 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');

0 commit comments

Comments
 (0)