tests - skip all flaky webview tests (#153066) (#153067)

This commit is contained in:
Benjamin Pasero
2022-06-24 07:51:58 +02:00
committed by GitHub
parent 2c036d15d8
commit 0dfbf42795

View File

@@ -15,7 +15,7 @@ function workspaceFile(...segments: string[]) {
return vscode.Uri.joinPath(vscode.workspace.workspaceFolders![0].uri, ...segments);
}
suite('vscode API - webview', () => {
suite.skip('vscode API - webview', () => { // TODO@mjbvz https://github.com/microsoft/vscode/issues/153066
const disposables: vscode.Disposable[] = [];
function _register<T extends vscode.Disposable>(disposable: T) {