File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
extensions/css-language-features/server/src/test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ suite('Links', () => {
58
58
return URI . file ( resolve ( __dirname , '../../test/linksTestFixtures' , path ) ) . toString ( true ) ;
59
59
}
60
60
61
- test ( 'url links' , async function ( ) {
61
+ test . skip ( 'url links' , async function ( ) {
62
62
63
63
const testUri = getTestResource ( 'about.css' ) ;
64
64
const folders = [ { name : 'x' , uri : getTestResource ( '' ) } ] ;
@@ -68,7 +68,7 @@ suite('Links', () => {
68
68
) ;
69
69
} ) ;
70
70
71
- test ( 'node module resolving' , async function ( ) {
71
+ test . skip ( 'node module resolving' , async function ( ) {
72
72
73
73
const testUri = getTestResource ( 'about.css' ) ;
74
74
const folders = [ { name : 'x' , uri : getTestResource ( '' ) } ] ;
@@ -78,7 +78,7 @@ suite('Links', () => {
78
78
) ;
79
79
} ) ;
80
80
81
- test ( 'node module subfolder resolving' , async function ( ) {
81
+ test . skip ( 'node module subfolder resolving' , async function ( ) {
82
82
83
83
const testUri = getTestResource ( 'subdir/about.css' ) ;
84
84
const folders = [ { name : 'x' , uri : getTestResource ( '' ) } ] ;
You can’t perform that action at this time.
0 commit comments