Skip to content

Commit

Permalink
tests - disable opener tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bpasero committed Aug 21, 2019
1 parent 4f8d04e commit ada79d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/test/browser/services/openerService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { IDialogService } from 'vs/platform/dialogs/common/dialogs';
import { IProductService } from 'vs/platform/product/common/product';
import { IStorageService } from 'vs/platform/storage/common/storage';

suite('OpenerService', function () {
suite.skip('OpenerService', function () {

const editorService = new TestCodeEditorService();

Expand Down

0 comments on commit ada79d7

Please sign in to comment.