Disable webview copy test on web

This commit is contained in:
Matt Bierner
2020-02-15 12:49:11 -08:00
parent 1a81711a85
commit feecdaeacf

View File

@@ -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 }));