Skip to content

Commit 2608f2e

Browse files
author
nturgut
authored
removing firefox tests from cirrus. since yesterday they are running on LUCI. (#18790)
1 parent f1d3739 commit 2608f2e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.cirrus.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,18 +127,6 @@ task:
127127
- $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get
128128
- $ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dartanalyzer --fatal-warnings --fatal-hints dev/ lib/ test/ tool/
129129

130-
- name: build_and_test_web_linux_firefox
131-
compile_host_script: |
132-
cd $ENGINE_PATH/src
133-
./flutter/tools/gn --unoptimized --full-dart-sdk
134-
ninja -C out/host_debug_unopt
135-
test_web_engine_firefox_script: |
136-
cd $ENGINE_PATH/src/flutter/web_sdk/web_engine_tester
137-
$ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get
138-
cd $ENGINE_PATH/src/flutter/lib/web_ui
139-
$ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/pub get
140-
export FELT="$ENGINE_PATH/src/out/host_debug_unopt/dart-sdk/bin/dart dev/felt.dart"
141-
$FELT test --browser=firefox
142130
- name: format_and_dart_test
143131
format_script: |
144132
cd $ENGINE_PATH/src/flutter

0 commit comments

Comments
 (0)