From 3dda3c53cd55cd8a9fdd5b71f5e297ec273b54ea Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Wed, 13 May 2020 07:12:11 -0700 Subject: [PATCH] Completely disable paving the device on Fuchsia --- testing/fuchsia/run_tests.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/testing/fuchsia/run_tests.sh b/testing/fuchsia/run_tests.sh index b3f5d3f818929..ee6733d77cbfa 100755 --- a/testing/fuchsia/run_tests.sh +++ b/testing/fuchsia/run_tests.sh @@ -16,6 +16,11 @@ set -Ee + +echo "These tests have been temporarily disabled." +echo "See: https://github.com/flutter/flutter/issues/57061" +exit 0 + # The nodes are named blah-blah--four-word-fuchsia-id device_name=${SWARMING_BOT_ID#*--}