Removed deno test

This commit is contained in:
Eldad Fux 2021-01-04 10:55:25 +02:00
parent 9bc3184ee3
commit f3024e1873

View file

@ -520,14 +520,14 @@ class FunctionsCustomServerTest extends Scope
'command' => 'ruby app.rb',
'timeout' => 15,
],
[
'language' => 'Deno',
'version' => '1.5',
'name' => 'deno-1.5',
'code' => $functions.'/deno.tar.gz',
'command' => 'deno run --allow-env index.ts',
'timeout' => 15,
],
// [
// 'language' => 'Deno',
// 'version' => '1.5',
// 'name' => 'deno-1.5',
// 'code' => $functions.'/deno.tar.gz',
// 'command' => 'deno run --allow-env index.ts',
// 'timeout' => 15,
// ],
];
foreach ($envs as $key => $env) {