tests - really skip test (#137853)

This commit is contained in:
Benjamin Pasero 2021-11-26 11:22:38 +01:00
parent 8d250e99e7
commit 5ce5e6cc02
No known key found for this signature in database
GPG key ID: E6380CC4C8219E65

View file

@ -312,11 +312,7 @@ suite('Workbench - Test Results Service', () => {
});
});
test('resultItemParents', function () {
if (isNative && !isElectron) {
this.skip(); // TODO@connor4312 https://github.com/microsoft/vscode/issues/137853
}
((isNative && !isElectron) ? test.skip /* TODO@connor4312 https://github.com/microsoft/vscode/issues/137853 */ : test)('resultItemParents', function () {
assert.deepStrictEqual([...resultItemParents(r, r.getStateById(new TestId(['ctrlId', 'id-a', 'id-aa']).toString())!)], [
r.getStateById(new TestId(['ctrlId', 'id-a', 'id-aa']).toString()),
r.getStateById(new TestId(['ctrlId', 'id-a']).toString()),