mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Disable on enter test
This one seems to sometimes fail in ci on windows
This commit is contained in:
@@ -27,7 +27,7 @@ const type = async (document: vscode.TextDocument, text: string): Promise<vscode
|
||||
return document;
|
||||
};
|
||||
|
||||
suite('OnEnter', () => {
|
||||
suite.skip('OnEnter', () => {
|
||||
setup(async () => {
|
||||
// the tests make the assumption that language rules are registered
|
||||
await vscode.extensions.getExtension('vscode.typescript-language-features')!.activate();
|
||||
|
||||
Reference in New Issue
Block a user