diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test index 621e181..cd863af 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 0c1d983a4dafa7999c24f66c6c6857ee7633a4fd +fetch=git -c core.longPaths=true -C tests checkout dc1d7ad27e8e0a94fad4d8e0ba3f5aaebd06f68d 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 36e5390..4d65eee 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 0c1d983a4dafa7999c24f66c6c6857ee7633a4fd +fetch=git -c core.longPaths=true -C tests checkout dc1d7ad27e8e0a94fad4d8e0ba3f5aaebd06f68d # Mock generation required. Otherwise the test code will show analysis errors. setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt