Reapply element already registered race condition fix (#283079)

Fixes microsoft/vscode-pull-request-github#8073
This commit is contained in:
Alex Ross
2025-12-12 18:01:41 +01:00
committed by GitHub
parent ae9f2efbab
commit 950ca05d5c
3 changed files with 26 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ suite('vscode API - tree', () => {
assertNoRpc();
});
test.skip('TreeView - element already registered', async function () {
test('TreeView - element already registered', async function () {
this.timeout(60_000);
type TreeElement = { readonly kind: 'leaf' };