Skip to content

Commit

Permalink
workaround #80251
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Sep 4, 2019
1 parent 5d7c8d9 commit e5db2c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ suite('SearchModel', () => {

const testObject: SearchModel = instantiationService.createInstance(SearchModel);
await testObject.search({ contentPattern: { pattern: 'somestring' }, type: 1, folderQueries });
await timeout(0); // TODO@rob https://github.com/microsoft/vscode/issues/80251

assert.ok(target.calledThrice);
const data = target.args[0];
Expand Down

0 comments on commit e5db2c3

Please sign in to comment.