Skip to content

Commit 3388bf6

Browse files
author
Benjamin Pasero
authored
tests - shutdown gracefully to enable webview tests (microsoft#90508)
* tests - shutdown gracefully to enable webview tests * use window.destroy() instead * more tweaks * better kill() * proper fix
1 parent 05b4458 commit 3388bf6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extensions/vscode-api-tests/src/singlefolder-tests/webview.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ const webviewId = 'myWebview';
1313

1414
const testDocument = join(vscode.workspace.rootPath || '', './bower.json');
1515

16-
// TODO: Re-enable after https://github.com/microsoft/vscode/issues/88415
17-
suite.skip('Webview tests', () => {
16+
suite('Webview tests', () => {
1817
const disposables: vscode.Disposable[] = [];
1918

2019
function _register<T extends vscode.Disposable>(disposable: T) {

0 commit comments

Comments
 (0)