fuchsia: Rollback broken SDK and re-enable test (flutter/engine#20699)

https://github.com/flutter/flutter/issues/64343
This commit is contained in:
David Worsham 2020-08-21 16:05:36 -07:00 committed by GitHub
parent ee6a9a8755
commit e335891caf
3 changed files with 2 additions and 5 deletions

2
DEPS
View File

@ -536,7 +536,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/linux-amd64',
'version': 'veVL2IxV1cbdZ-eFqRw4GCYPwqY9m2Bg9ls9VV4SMckC'
'version': 'LhYt1i9FPQeIhMU1ReI1t1fk4Zx0F3uQwhrr4NkLpuMC'
}
],
'condition': 'host_os == "linux"',

View File

@ -1,4 +1,4 @@
Signature: f4ec4327569d162b6bcad5d3e97572af
Signature: cca1700ca777f682864d7baed336e5bc
UNUSED LICENSES:

View File

@ -142,13 +142,10 @@ echo "$(date) START:ui_tests ----------------------------------------"
--packages-directory packages
echo "$(date) DONE:ui_tests -----------------------------------------"
# TODO(https://github.com/flutter/flutter/issues/64343): Re-enable this when it
# stops flaking.
echo "$(date) START:shell_tests -------------------------------------"
./fuchsia_ctl -d $device_name test \
-f shell_tests-0.far \
-t shell_tests \
-a "--gtest_filter=-ShellTest.InitializeWithDifferentThreads" \
--identity-file $pkey \
--timeout-seconds $test_timeout_seconds \
--packages-directory packages