We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1554296 commit d352ba5Copy full SHA for d352ba5
1 file changed
src/test/dockerUtils.test.ts
@@ -20,7 +20,7 @@ describe('Docker utils', function () {
20
assert.ok(config.Config.Cmd);
21
});
22
23
- it('inspect image in mcr.microsoft.com', async () => {
+ it.skip('inspect image in mcr.microsoft.com', async () => {
24
const imageName = 'mcr.microsoft.com/devcontainers/rust:1';
25
const config = await inspectImageInRegistry(output, imageName);
26
assert.ok(config);
0 commit comments