diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index 8d03790..bb41f91 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 51d23c09e5992cc33dcda3ff20863de00c4c516c +fetch=git -c core.longPaths=true -C tests checkout 9701f74f2159e15045ead836e4336479a05510d5 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 5868def..586b5b7 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 51d23c09e5992cc33dcda3ff20863de00c4c516c +fetch=git -c core.longPaths=true -C tests checkout 9701f74f2159e15045ead836e4336479a05510d5 # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt