We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e163e06 commit 3fe3117Copy full SHA for 3fe3117
extensions/ql-vscode/test/unit-tests/databases/db-manager.test.ts
@@ -20,7 +20,7 @@ import { createMockApp } from "../../__mocks__/appMock";
20
21
// Note: Although these are "unit tests" (i.e. not integrating with VS Code), they do
22
// test the interaction/"integration" between the DbManager and the DbConfigStore.
23
-describe("db manager", () => {
+describe.skip("db manager", () => {
24
let dbManager: DbManager;
25
let dbConfigStore: DbConfigStore;
26
let tempWorkspaceStoragePath: string;
0 commit comments