mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-11 23:40:34 -05:00
@@ -461,7 +461,7 @@ suite('ExtHostSearch', () => {
|
||||
]);
|
||||
});
|
||||
|
||||
test.skip('max results = 1', async () => {
|
||||
test('max results = 1', async () => {
|
||||
const reportedResults = [
|
||||
joinPath(rootFolderA, 'file1.ts'),
|
||||
joinPath(rootFolderA, 'file2.ts'),
|
||||
@@ -497,7 +497,7 @@ suite('ExtHostSearch', () => {
|
||||
assert(wasCanceled, 'Expected to be canceled when hitting limit');
|
||||
});
|
||||
|
||||
test.skip('max results = 2', async () => {
|
||||
test('max results = 2', async () => {
|
||||
const reportedResults = [
|
||||
joinPath(rootFolderA, 'file1.ts'),
|
||||
joinPath(rootFolderA, 'file2.ts'),
|
||||
@@ -533,7 +533,7 @@ suite('ExtHostSearch', () => {
|
||||
assert(wasCanceled, 'Expected to be canceled when hitting limit');
|
||||
});
|
||||
|
||||
test.skip('provider returns maxResults exactly', async () => {
|
||||
test('provider returns maxResults exactly', async () => {
|
||||
const reportedResults = [
|
||||
joinPath(rootFolderA, 'file1.ts'),
|
||||
joinPath(rootFolderA, 'file2.ts'),
|
||||
|
||||
Reference in New Issue
Block a user