Skip smoke test

Part of #139076
This commit is contained in:
Daniel Imms 2022-01-14 09:47:56 -08:00
parent 7c7103c130
commit f2c755a878

View file

@ -31,7 +31,7 @@ export function setup() {
await terminal.runCommandInTerminal(`"\r${text}`, true);
}
it('should automatically reply to default "Terminate batch job (Y/N)"', async () => {
it.skip('should automatically reply to default "Terminate batch job (Y/N)"', async () => { // TODO: #139076
await terminal.createTerminal();
await writeTextForAutoReply('Terminate batch job (Y/N)?');
await terminal.waitForTerminalText(buffer => buffer.some(line => line.match(/\?.*Y/)));