Skip to content

Commit 0e23dd5

Browse files
Remove settings duplicated in beforeEach
1 parent 4d33858 commit 0e23dd5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

extensions/ql-vscode/src/vscode-tests/cli-integration/remote-queries/run-remote-query.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,6 @@ describe('Remote queries', function() {
273273
});
274274

275275
it('should run a variant analysis that is part of a qlpack', async () => {
276-
await setVariantAnalysisLiveResultsEnabled(true);
277-
278276
const dummyVariantAnalysis: VariantAnalysis = {
279277
id: 123,
280278
controller_repo: {
@@ -299,8 +297,6 @@ describe('Remote queries', function() {
299297
});
300298

301299
it('should run a remote query that is not part of a qlpack', async () => {
302-
await setVariantAnalysisLiveResultsEnabled(true);
303-
304300
const dummyVariantAnalysis: VariantAnalysis = {
305301
id: 123,
306302
controller_repo: {
@@ -325,8 +321,6 @@ describe('Remote queries', function() {
325321
});
326322

327323
it('should run a remote query that is nested inside a qlpack', async () => {
328-
await setVariantAnalysisLiveResultsEnabled(true);
329-
330324
const dummyVariantAnalysis: VariantAnalysis = {
331325
id: 123,
332326
controller_repo: {
@@ -351,8 +345,6 @@ describe('Remote queries', function() {
351345
});
352346

353347
it('should cancel a run before uploading', async () => {
354-
await setVariantAnalysisLiveResultsEnabled(true);
355-
356348
const fileUri = getFile('data-remote-no-qlpack/in-pack.ql');
357349

358350
const promise = runRemoteQuery(cli, credentials, fileUri, true, progress, token);

0 commit comments

Comments
 (0)