diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index 6bfa44c..1277f99 100644 --- a/registry/flutter_devtools.test +++ b/registry/flutter_devtools.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout ed691cae7fb35f6c77950b0e13746893715e4ec8 +fetch=git -c core.longPaths=true -C tests checkout ec077193771eef3451c7ba39949fb622168b2323 setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt diff --git a/registry/flutter_devtools_analysis.test b/registry/flutter_devtools_analysis.test index 8d8440f..e9a0b1b 100644 --- a/registry/flutter_devtools_analysis.test +++ b/registry/flutter_devtools_analysis.test @@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t # NOTE: this commit hash should also match the hash in flutter_devtools.test. # The analysis and testing for DevTools have been split into two different # registry to speed up performance. -fetch=git -c core.longPaths=true -C tests checkout ed691cae7fb35f6c77950b0e13746893715e4ec8 +fetch=git -c core.longPaths=true -C tests checkout ec077193771eef3451c7ba39949fb622168b2323 # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt