Skip to content

Commit

Permalink
fuchsia: Rollback broken SDK and re-enable test (#20699)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbreng authored Aug 21, 2020
1 parent 158eacd commit fe8c154
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/linux-amd64',
'version': 'veVL2IxV1cbdZ-eFqRw4GCYPwqY9m2Bg9ls9VV4SMckC'
'version': 'LhYt1i9FPQeIhMU1ReI1t1fk4Zx0F3uQwhrr4NkLpuMC'
}
],
'condition': 'host_os == "linux"',
Expand Down
2 changes: 1 addition & 1 deletion ci/licenses_golden/licenses_fuchsia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: f4ec4327569d162b6bcad5d3e97572af
Signature: cca1700ca777f682864d7baed336e5bc

UNUSED LICENSES:

Expand Down
3 changes: 0 additions & 3 deletions testing/fuchsia/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe8c154

Please sign in to comment.