mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-28 05:37:48 +01:00
unskip test
This commit is contained in:
@@ -380,7 +380,7 @@ suite('IndexTreeModel', () => {
|
||||
assert.deepStrictEqual(list[5].depth, 1);
|
||||
}));
|
||||
|
||||
test.skip('smart diff consistency', () => {
|
||||
test('smart diff consistency', () => {
|
||||
const times = 500;
|
||||
const minEdits = 1;
|
||||
const maxEdits = 10;
|
||||
|
||||
Reference in New Issue
Block a user