mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
committed by
GitHub
parent
3c9ab33d33
commit
daf5eb2262
@@ -58,7 +58,7 @@ suite('Links', () => {
|
||||
return URI.file(resolve(__dirname, '../../test/linksTestFixtures', path)).toString(true);
|
||||
}
|
||||
|
||||
test('url links', async function () {
|
||||
test.skip('url links', async function () {
|
||||
|
||||
const testUri = getTestResource('about.css');
|
||||
const folders = [{ name: 'x', uri: getTestResource('') }];
|
||||
@@ -68,7 +68,7 @@ suite('Links', () => {
|
||||
);
|
||||
});
|
||||
|
||||
test('node module resolving', async function () {
|
||||
test.skip('node module resolving', async function () {
|
||||
|
||||
const testUri = getTestResource('about.css');
|
||||
const folders = [{ name: 'x', uri: getTestResource('') }];
|
||||
@@ -78,7 +78,7 @@ suite('Links', () => {
|
||||
);
|
||||
});
|
||||
|
||||
test('node module subfolder resolving', async function () {
|
||||
test.skip('node module subfolder resolving', async function () {
|
||||
|
||||
const testUri = getTestResource('subdir/about.css');
|
||||
const folders = [{ name: 'x', uri: getTestResource('') }];
|
||||
|
||||
Reference in New Issue
Block a user