提交 feecdaea 编写于 作者: M Matt Bierner

Disable webview copy test on web

上级 1a81711a
......@@ -336,7 +336,7 @@ suite('Webview tests', () => {
});
if (os.platform() === 'darwin') {
test('webview can copy text from webview', async () => {
conditionalTest('webview can copy text from webview', async () => {
const expectedText = `webview text from: ${Date.now()}!`;
const webview = _register(vscode.window.createWebviewPanel(webviewId, 'title', { viewColumn: vscode.ViewColumn.One }, { enableScripts: true, retainContextWhenHidden: true }));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册