mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
remove only.
This commit is contained in:
@@ -87,7 +87,7 @@ async function assertKernel(kernel: Kernel, notebook: vscode.NotebookDocument):
|
||||
assert.ok(kernel.associatedNotebooks.has(notebook.uri.toString()));
|
||||
}
|
||||
|
||||
suite.only('Notebook API tests', function () {
|
||||
suite('Notebook API tests', function () {
|
||||
|
||||
const testDisposables: vscode.Disposable[] = [];
|
||||
const suiteDisposables: vscode.Disposable[] = [];
|
||||
|
||||
Reference in New Issue
Block a user