mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
no test.only, fyi @bpasero
This commit is contained in:
@@ -190,7 +190,7 @@ suite('vscode API - window', () => {
|
||||
}
|
||||
});
|
||||
|
||||
test.only('editor, opening multiple at the same time #134786', async () => {
|
||||
test('editor, opening multiple at the same time #134786', async () => {
|
||||
const fileA = await createRandomFile();
|
||||
const fileB = await createRandomFile();
|
||||
const fileC = await createRandomFile();
|
||||
|
||||
Reference in New Issue
Block a user