mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
* Revert "Fix element already registered (#281000)"
This reverts commit ca3f2212d1.
* skip test
This commit is contained in:
@@ -18,7 +18,7 @@ suite('vscode API - tree', () => {
|
||||
assertNoRpc();
|
||||
});
|
||||
|
||||
test('TreeView - element already registered', async function () {
|
||||
test.skip('TreeView - element already registered', async function () {
|
||||
this.timeout(60_000);
|
||||
|
||||
type TreeElement = { readonly kind: 'leaf' };
|
||||
|
||||
Reference in New Issue
Block a user