Skip to content

Commit 40a2f79

Browse files
authored
Revert skipping of tests (#307137)
Revert "unblock build (#307047)" This reverts commit a1ceb20.
1 parent e935227 commit 40a2f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/configuration-editing/src/test/completion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ suite('Completions in settings.json', () => {
293293
});
294294
});
295295

296-
suite.skip('Completions in extensions.json', () => {
296+
suite('Completions in extensions.json', () => {
297297
const testFile = 'extensions.json';
298298
test('change recommendation', async () => {
299299
{

0 commit comments

Comments
 (0)