Skip to content

Commit

Permalink
Remove suite only (#10877)
Browse files Browse the repository at this point in the history
* fix suite

* remove eslint disable
  • Loading branch information
rebornix authored Jul 20, 2022
1 parent 333aa9b commit b96c58e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/client/api.vscode.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = [];
Expand Down

0 comments on commit b96c58e

Please sign in to comment.