Skip to content

Commit

Permalink
Disable upstream extension enablement suite (#23557)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram committed Jun 29, 2023
1 parent 1a82e74 commit faf3c69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class TestExtensionEnablementService extends ExtensionEnablementService {
}
}

suite('ExtensionEnablementService Test', () => {
suite.skip('ExtensionEnablementService Test', () => {

let instantiationService: TestInstantiationService;
let testObject: IWorkbenchExtensionEnablementService;
Expand Down

0 comments on commit faf3c69

Please sign in to comment.