mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Don't run 'test' in the terminal integration test
This commit is contained in:
@@ -367,6 +367,6 @@ suite('window namespace tests', () => {
|
||||
done();
|
||||
}
|
||||
});
|
||||
terminal.sendText('test');
|
||||
terminal.sendText('test', false);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user