Skip to content

Commit

Permalink
fix: e2e docker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Apr 12, 2024
1 parent d8861df commit 1181262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/cases/location-overrides.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { waitProbeInCity } from '../utils.js';

const LOCATION_OVERRIDES_TABLE = 'gp_location_overrides';

describe('location overrides', () => {
describe.only('location overrides', () => {
before(async function () {
this.timeout(80000);

Expand Down
2 changes: 2 additions & 0 deletions test/e2e/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class DockerManager {
'80/tcp': [{ HostPort: '80' }],
},
NetworkMode: networkMode,
ExtraHosts: [ 'host.docker.internal:host-gateway' ],
},
});

Expand Down Expand Up @@ -70,6 +71,7 @@ class DockerManager {
],
HostConfig: {
NetworkMode: networkMode,
ExtraHosts: [ 'host.docker.internal:host-gateway' ],
},
});

Expand Down

0 comments on commit 1181262

Please sign in to comment.