提交 9d555b17 编写于 作者: S Sandeep Somavarapu

#85893 skip merge conflict tests

上级 e5687144
......@@ -9,7 +9,7 @@ import { IStringDictionary } from 'vs/base/common/collections';
import { IUserFriendlyKeybinding } from 'vs/platform/keybinding/common/keybinding';
import { parse } from 'vs/base/common/json';
suite.skip('KeybindingsMerge - No Conflicts', () => {
suite('KeybindingsMerge - No Conflicts', () => {
test('merge when local and remote are same with one entry', async () => {
const localContent = stringify([{ key: 'alt+c', command: 'a', when: 'editorTextFocus && !editorReadonly' }]);
......@@ -440,7 +440,7 @@ suite.skip('KeybindingsMerge - No Conflicts', () => {
});
suite('KeybindingsMerge - Conflicts', () => {
suite.skip('KeybindingsMerge - Conflicts', () => {
test('merge when local and remote with one entry but different value', async () => {
const localContent = stringify([{ key: 'alt+d', command: 'a', when: 'editorTextFocus && !editorReadonly' }]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册