tests - disable terminal integration tests for web

This commit is contained in:
Benjamin Pasero
2020-03-19 09:37:11 +01:00
parent 9e89ada95f
commit c0eea2a712
16 changed files with 181 additions and 187 deletions

View File

@@ -9,7 +9,7 @@ import { createRandomFile, deleteFile, closeAllEditors, pathEquals, rndName, dis
import { join, posix, basename } from 'path';
import * as fs from 'fs';
suite('workspace-namespace', () => {
suite('vscode API - workspace', () => {
teardown(closeAllEditors);