提交 28b6143c 编写于 作者: J Jackson Kearl

Skip windos

上级 c912a16f
......@@ -13,8 +13,9 @@ import { NullLogService } from 'vs/platform/log/common/log';
import { DisposableStore } from 'vs/base/common/lifecycle';
import { IIndexedDBFileSystemProvider, IndexedDB, INDEXEDDB_LOGS_OBJECT_STORE, INDEXEDDB_USERDATA_OBJECT_STORE } from 'vs/platform/files/browser/indexedDBFileSystemProvider';
import { assertIsDefined } from 'vs/base/common/types';
import { isWindows } from 'vs/base/common/platform';
suite('IndexedDB File Service', function () {
(isWindows /* not working on windows yet */ ? suite.skip : suite)('IndexedDB File Service', function () {
const logSchema = 'logs';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册