Skip to content

Commit

Permalink
fuchsia: Disable flaky test (#20697)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbreng authored Aug 21, 2020
1 parent bb57fb4 commit 158eacd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testing/fuchsia/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,13 @@ 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 158eacd

Please sign in to comment.