Skip to content

Commit

Permalink
removing firefox tests from cirrus. since yesterday they are running …
Browse files Browse the repository at this point in the history
…on LUCI. (flutter#18790)
  • Loading branch information
nturgut authored Jun 3, 2020
1 parent f1d3739 commit 2608f2e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2608f2e

Please sign in to comment.