Skip to content

Commit 9aff989

Browse files
committed
Fix comment
1 parent 681a15c commit 9aff989

File tree

1 file changed

+2
-4
lines changed
  • extensions/ql-vscode/test/vscode-tests/activated-extension/databases

1 file changed

+2
-4
lines changed

extensions/ql-vscode/test/vscode-tests/activated-extension/databases/db-panel.test.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ jest.setTimeout(60_000);
2222

2323
describe("Db panel UI commands", () => {
2424
// This test has some serious problems:
25-
// a) it runs twice: we couldn't find out why
26-
// b) all tests use the same dbConfig file, hence the tests depend on ORDER and have to use the same list name!
27-
// c) since we use a file watcher to update the config we sometimes need to wait (sleep) before accessing the config again
28-
// d) we depend on highlighted list items when adding a repo to a list. If there's not enough time in between, a test might think a list is highlighted that doesn't exist anymore
25+
// - all tests use the same dbConfig file, hence the tests depend on ORDER and have to use the same list name!
26+
// - we depend on highlighted list items when adding a repo to a list. If there's not enough time in between, a test might think a list is highlighted that doesn't exist anymore
2927

3028
let storagePath: string;
3129
let dbConfigFilePath: string;

0 commit comments

Comments
 (0)