Skip to content

Commit fe8c154

Browse files
authored
fuchsia: Rollback broken SDK and re-enable test (flutter#20699)
flutter#64343
1 parent 158eacd commit fe8c154

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ deps = {
536536
'packages': [
537537
{
538538
'package': 'fuchsia/sdk/core/linux-amd64',
539-
'version': 'veVL2IxV1cbdZ-eFqRw4GCYPwqY9m2Bg9ls9VV4SMckC'
539+
'version': 'LhYt1i9FPQeIhMU1ReI1t1fk4Zx0F3uQwhrr4NkLpuMC'
540540
}
541541
],
542542
'condition': 'host_os == "linux"',

ci/licenses_golden/licenses_fuchsia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: f4ec4327569d162b6bcad5d3e97572af
1+
Signature: cca1700ca777f682864d7baed336e5bc
22

33
UNUSED LICENSES:
44

testing/fuchsia/run_tests.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,10 @@ echo "$(date) START:ui_tests ----------------------------------------"
142142
--packages-directory packages
143143
echo "$(date) DONE:ui_tests -----------------------------------------"
144144

145-
# TODO(https://github.com/flutter/flutter/issues/64343): Re-enable this when it
146-
# stops flaking.
147145
echo "$(date) START:shell_tests -------------------------------------"
148146
./fuchsia_ctl -d $device_name test \
149147
-f shell_tests-0.far \
150148
-t shell_tests \
151-
-a "--gtest_filter=-ShellTest.InitializeWithDifferentThreads" \
152149
--identity-file $pkey \
153150
--timeout-seconds $test_timeout_seconds \
154151
--packages-directory packages

0 commit comments

Comments
 (0)