From 3bec43c7fd1b0311c4cb87f07b45d010032b09ee Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 26 Jan 2021 11:34:44 +0100 Subject: [PATCH] remove dart function tests for now --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 64f71a79b9..c1177d1fbb 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',