From b96c58e2d2890b1cf76d3ddfab43b52f2508889c Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Wed, 20 Jul 2022 10:58:17 -0700 Subject: [PATCH] Remove suite only (#10877) * fix suite * remove eslint disable --- src/test/client/api.vscode.test.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/client/api.vscode.test.ts b/src/test/client/api.vscode.test.ts index 91762638899..624f840c3db 100644 --- a/src/test/client/api.vscode.test.ts +++ b/src/test/client/api.vscode.test.ts @@ -20,8 +20,7 @@ import { IVSCodeNotebook } from '../../platform/common/application/types'; import { IS_REMOTE_NATIVE_TEST } from '../constants.node'; import { workspace } from 'vscode'; -// eslint-disable-next-line -suite.only('3rd Party Kernel Service API', function () { +suite('3rd Party Kernel Service API', function () { let api: IExtensionTestApi; let vscodeNotebook: IVSCodeNotebook; const disposables: IDisposable[] = [];