|
85 | 85 | script:
|
86 | 86 | # extension_google_sign_in_as_googleapis_auth is currently not building, see
|
87 | 87 | # https://github.com/flutter/flutter/issues/89301
|
88 |
| - # rfw is excluded until the next Flutter stable release because it depends |
89 |
| - # on features that have never shipped to stable. (The rfw package has |
90 |
| - # never worked on stable so this is not going to break anyone.) |
91 |
| - # When updating this, also look at the ios tests below. |
92 |
| - # When updating this, also update the `rfw/run_tests.sh` file. |
93 |
| - - if [[ "$CHANNEL" == "master" ]]; then |
94 |
| - - ./script/tool_runner.sh build-examples --apk --exclude=extension_google_sign_in_as_googleapis_auth |
95 |
| - - ./script/tool_runner.sh native-test --android --no-integration |
96 |
| - - else |
97 |
| - - ./script/tool_runner.sh build-examples --apk --exclude=extension_google_sign_in_as_googleapis_auth,rfw |
98 |
| - - ./script/tool_runner.sh native-test --android --no-integration --exclude=rfw |
99 |
| - - fi |
| 88 | + - ./script/tool_runner.sh build-examples --apk --exclude=extension_google_sign_in_as_googleapis_auth |
| 89 | + - ./script/tool_runner.sh native-test --android --no-integration |
100 | 90 | depends_on:
|
101 | 91 | - format+analyze
|
102 | 92 | - name: web_benchmarks_test
|
@@ -127,16 +117,7 @@ task:
|
127 | 117 | CHANNEL: "stable"
|
128 | 118 | << : *FLUTTER_UPGRADE_TEMPLATE
|
129 | 119 | build_script:
|
130 |
| - # Exclude rfw until the next Flutter stable release because it depends |
131 |
| - # on features that have never shipped to stable. (The rfw package has |
132 |
| - # never worked on stable so this is not going to break anyone.) |
133 |
| - # When updating this, also look at the android tests above. |
134 |
| - # When updating this, also update the `rfw/run_tests.sh` file. |
135 |
| - - if [[ "$CHANNEL" == "master" ]]; then |
136 |
| - - ./script/tool_runner.sh build-examples --ios |
137 |
| - - else |
138 |
| - - ./script/tool_runner.sh build-examples --ios --exclude=rfw |
139 |
| - - fi |
| 120 | + - ./script/tool_runner.sh build-examples --ios |
140 | 121 |
|
141 | 122 | task:
|
142 | 123 | name: local_tests
|
|
0 commit comments