mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 09:08:53 +01:00
skip flaky test (#141001)
This commit is contained in:
@@ -130,7 +130,7 @@ suite('vscode API - webview', () => {
|
||||
assert.strictEqual(secondResponse.value, 1);
|
||||
});
|
||||
|
||||
test('webviews should preserve their context when they are moved between view columns', async () => {
|
||||
test.skip('webviews should preserve their context when they are moved between view columns', async () => { // TODO@mjbvz https://github.com/microsoft/vscode/issues/141001
|
||||
const doc = await vscode.workspace.openTextDocument(testDocument);
|
||||
await vscode.window.showTextDocument(doc, vscode.ViewColumn.One);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user