mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Also skip notebook test temporarily
This commit is contained in:
@@ -371,7 +371,7 @@ suite('vscode API - window', () => {
|
||||
});
|
||||
|
||||
//#region Tabs API tests
|
||||
test('Tabs - Ensure tabs getter is correct', async () => {
|
||||
test.skip('Tabs - Ensure tabs getter is correct', async () => {
|
||||
const [docA, docB, docC, notebookDoc] = await Promise.all([
|
||||
workspace.openTextDocument(await createRandomFile()),
|
||||
workspace.openTextDocument(await createRandomFile()),
|
||||
|
||||
Reference in New Issue
Block a user