From 2608f2ee9f54966b1083034c7ce60b0c3250cab1 Mon Sep 17 00:00:00 2001 From: nturgut Date: Wed, 3 Jun 2020 15:07:57 -0700 Subject: [PATCH] removing firefox tests from cirrus. since yesterday they are running on LUCI. (#18790) --- .cirrus.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1a6720e9a3836..82b5d8f97557c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -127,18 +127,6 @@ task: - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dartanalyzer --fatal-warnings --fatal-hints dev/ lib/ test/ tool/ - - name: build_and_test_web_linux_firefox - compile_host_script: | - cd $ENGINE_PATH/src - ./flutter/tools/gn --unoptimized --full-dart-sdk - ninja -C out/host_debug_unopt - test_web_engine_firefox_script: | - cd $ENGINE_PATH/src/flutter/web_sdk/web_engine_tester - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get - cd $ENGINE_PATH/src/flutter/lib/web_ui - $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get - export FELT="$ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dart dev/felt.dart" - $FELT test --browser=firefox - name: format_and_dart_test format_script: | cd $ENGINE_PATH/src/flutter