mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
Reapply element already registered race condition fix (#283079)
Fixes microsoft/vscode-pull-request-github#8073
This commit is contained in:
@@ -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' };
|
||||
|
||||
Reference in New Issue
Block a user