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

tests - disable more flaky windows tests

上级 e1a503f1
......@@ -1549,7 +1549,7 @@ suite('Disk File Service', function () {
assert.equal(error!.fileOperationResult, FileOperationResult.FILE_EXCEEDS_MEMORY_LIMIT);
}
test('readFile - FILE_TOO_LARGE - default', async () => {
(isWindows ? test.skip /* flaky test */ : test)('readFile - FILE_TOO_LARGE - default', async () => {
return testFileTooLarge();
});
......@@ -1559,13 +1559,13 @@ suite('Disk File Service', function () {
return testFileTooLarge();
});
test('readFile - FILE_TOO_LARGE - unbuffered', async () => {
(isWindows ? test.skip /* flaky test */ : test)('readFile - FILE_TOO_LARGE - unbuffered', async () => {
setCapabilities(fileProvider, FileSystemProviderCapabilities.FileReadWrite);
return testFileTooLarge();
});
test('readFile - FILE_TOO_LARGE - streamed', async () => {
(isWindows ? test.skip /* flaky test */ : test)('readFile - FILE_TOO_LARGE - streamed', async () => {
setCapabilities(fileProvider, FileSystemProviderCapabilities.FileReadStream);
return testFileTooLarge();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册