Fix python nightly test (#1665)
This commit is contained in:
Родитель
8b5b3f4249
Коммит
4242820e6e
|
@ -34,7 +34,7 @@ suite('Create New Project', async () => {
|
|||
// Temporarily disable this test on Linux due to inconsistent failures
|
||||
// https://github.com/Microsoft/vscode-azurefunctions/issues/910
|
||||
if (os.platform() !== Platform.Linux) {
|
||||
testCases.push({ validateOptions: getPythonValidateOptions(version), timeout: 5 * 60 * 1000 });
|
||||
testCases.push({ validateOptions: getPythonValidateOptions('.venv', version), timeout: 5 * 60 * 1000 });
|
||||
}
|
||||
|
||||
const appName: string = 'javaApp';
|
||||
|
|
Загрузка…
Ссылка в новой задаче