Skip to content

Commit

Permalink
[Fleet] tests - update package registry image (#138915)
Browse files Browse the repository at this point in the history
* fleet tests - update package registry image

* Apply suggestions from code review
  • Loading branch information
dominiqueclarke authored Aug 16, 2022
1 parent 28f7c42 commit fab8932
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:c9f9a83da2c00118d5451cc69c680ade74494d4e`;

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 fab8932

Please sign in to comment.