Skip to content

Commit

Permalink
fleet tests - update package registry image
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiqueclarke committed Aug 16, 2022
1 parent ae26ba7 commit 86bddde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import pRetry from 'p-retry';
const BEFORE_SETUP_TIMEOUT = 30 * 60 * 1000; // 30 minutes;

const DOCKER_START_TIMEOUT = 5 * 60 * 1000; // 5 minutes
const DOCKER_IMAGE = `docker.elastic.co/package-registry/distribution:d32582b3bbeef5283e4450a9403f26c2a5e415f4`;
const DOCKER_IMAGE = `docker.elastic.co/package-registry/distribution:390966a60feb5c3a2a8be7987feaa9411206bf69`;

function firstWithTimeout(source$: Rx.Observable<any>, errorMsg: string, ms = 30 * 1000) {
return Rx.race(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import { appContextService } from '../services';

import { useDockerRegistry } from './helpers';

// Failing: https://github.com/elastic/kibana/issues/138905
describe.skip('validate bundled packages', () => {
describe('validate bundled packages', () => {
const registryUrl = useDockerRegistry();
let mockContract: ReturnType<typeof createAppContextStartContractMock>;

Expand Down

0 comments on commit 86bddde

Please sign in to comment.