提交 c59c2374 编写于 作者: J Johannes Rieken

disable bogous test, #62587

上级 7dd291b5
......@@ -289,15 +289,15 @@ suite('SQLite Storage Library', () => {
await del(storageDir, tmpdir());
});
test('basics (broken DB falls back to in-memory)', async () => {
let expectedError: any;
// test('basics (broken DB falls back to in-memory)', async () => {
// let expectedError: any;
await testDBBasics(join(__dirname, 'broken.db'), error => {
expectedError = error;
});
// await testDBBasics(join(__dirname, 'broken.db'), error => {
// expectedError = error;
// });
ok(expectedError);
});
// ok(expectedError);
// });
test('real world example', async () => {
const storageDir = uniqueStorageDir();
......@@ -497,4 +497,4 @@ suite('SQLite Storage Library', () => {
await del(storageDir, tmpdir());
});
});
\ No newline at end of file
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册