no test.only, fyi @bpasero

This commit is contained in:
Johannes Rieken
2021-11-01 15:14:36 +01:00
parent 8ec8e3285f
commit 13f383439f
2 changed files with 2 additions and 2 deletions

View File

@@ -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();