提交 0faf1550 编写于 作者: M Matt Bierner

Disable on enter test

This one seems to sometimes fail in ci on windows
上级 48b726e3
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册