File tree Expand file tree Collapse file tree
extensions/vscode-api-tests/src/singlefolder-tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ function workspaceFile(...segments: string[]) {
1717
1818const testDocument = workspaceFile ( 'bower.json' ) ;
1919
20- suite ( 'vscode API - webview' , ( ) => {
20+ suite . skip ( 'vscode API - webview' , ( ) => {
2121 const disposables : vscode . Disposable [ ] = [ ] ;
2222
2323 function _register < T extends vscode . Disposable > ( disposable : T ) {
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export function setup() {
5454 await app . workbench . notebook . waitForMarkdownContents ( 'p' , 'Markdown Cell' ) ;
5555 } ) ;
5656
57- it ( 'moves focus in and out of output' , async function ( ) {
57+ it . skip ( 'moves focus in and out of output' , async function ( ) {
5858 const app = this . app as Application ;
5959 await app . workbench . notebook . openNotebook ( ) ;
6060 await app . workbench . notebook . executeActiveCell ( ) ;
Original file line number Diff line number Diff line change 66import { Application , Quality } from '../../../../automation' ;
77
88export function setup ( ) {
9- describe ( 'Localization' , ( ) => {
9+ describe . skip ( 'Localization' , ( ) => {
1010 before ( async function ( ) {
1111 const app = this . app as Application ;
1212
You can’t perform that action at this time.
0 commit comments