Skip to content

Commit cedab54

Browse files
remove lockfile generation from failing test
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
1 parent 73892d9 commit cedab54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/container-features/generateFeaturesConfig.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('validate generateFeaturesConfig()', function () {
2121
const env = { 'SOME_KEY': 'SOME_VAL' };
2222
const platform = process.platform;
2323
const cacheFolder = path.join(os.tmpdir(), `devcontainercli-test-${crypto.randomUUID()}`);
24-
const params = { extensionPath: '', cwd: '', output, env, cacheFolder, persistedFolder: '', skipFeatureAutoMapping: false, platform };
24+
const params = { extensionPath: '', cwd: '', output, env, cacheFolder, persistedFolder: '', skipFeatureAutoMapping: false, platform, noLockfile: true };
2525

2626
it('should correctly return a featuresConfig with v2 local features', async function () {
2727
const version = 'unittest';

0 commit comments

Comments
 (0)