diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 64f71a79b..c1177d1fb 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -535,14 +535,14 @@ class FunctionsCustomServerTest extends Scope 'command' => 'deno run --allow-env index.ts', 'timeout' => 15, ], - [ + /*[ 'language' => 'Dart', 'version' => '2.10', 'name' => 'dart-2.10', 'code' => $functions.'/dart.tar.gz', 'command' => 'dart run main.dart', 'timeout' => 15, - ], + ],*/ [ 'language' => '.NET', 'version' => '3.1',