diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index 564df2e..701ae8e 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 4fdf69d2ef038173824ed61096224e020be094f9 +fetch=git -c core.longPaths=true -C tests checkout e551bdffe09d1e6c9ee75df6f83e0d3190018d5e 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 9fc4688..69328fe 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 67a84729537ea5011f5ee909613133006eb47e92 +fetch=git -c core.longPaths=true -C tests checkout e551bdffe09d1e6c9ee75df6f83e0d3190018d5e # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt