提交 ec57d689 编写于 作者: B Benjamin Pasero

files2 - disable failing test for unsupported platforms

上级 a464701a
......@@ -934,6 +934,10 @@ suite('Disk File Service', () => {
});
test('watch - folder (non recursive) - rename file', done => {
if (!isLinux) {
return done(); // not happy
}
const watchDir = URI.file(join(testDir, 'watch8'));
mkdirSync(watchDir.fsPath);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册