diff --git a/.gitignore b/.gitignore index 4e442987..fe1ae5af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ flutter -logs/ diff --git a/registry/flutter_devtools.test b/registry/flutter_devtools.test.disabled similarity index 64% rename from registry/flutter_devtools.test rename to registry/flutter_devtools.test.disabled index bf561cdc..da7a2bc4 100644 --- a/registry/flutter_devtools.test +++ b/registry/flutter_devtools.test.disabled @@ -3,11 +3,7 @@ contact=dart-devtools-eng@google.com fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git tests - -# 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 c5c0673adf7bb7706e5de091bee5aa3f1fc3a699 +fetch=git -c core.longPaths=true -C tests checkout 3601dafcbbc8ab9c7b7fb210e763140d6e755762 setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt @@ -17,7 +13,7 @@ update=packages/devtools_extensions update=packages/devtools_shared update=packages/devtools_test -# Analysis of the DevTools codebase is performed in flutter_devtools_analysis.test. +test.linux=./tool/flutter_customer_tests/analyze.sh # TODO(kenz): if we can exclude golden image tests (or switch to Mock Canvas?) # run these tests on all platforms. diff --git a/registry/flutter_devtools_analysis.test b/registry/flutter_devtools_analysis.test deleted file mode 100644 index a941bab8..00000000 --- a/registry/flutter_devtools_analysis.test +++ /dev/null @@ -1,26 +0,0 @@ -# Analysis of https://github.com/flutter/devtools - -contact=dart-devtools-eng@google.com - -fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git tests - -# 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 c5c0673adf7bb7706e5de091bee5aa3f1fc3a699 - -# Mock generation required. Otherwise the test code will show analysis errors. -setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt - -update=packages/devtools_app -update=packages/devtools_app_shared -update=packages/devtools_extensions -update=packages/devtools_shared -update=packages/devtools_test - -test.linux=./tool/flutter_customer_tests/analyze.sh - -# Testing of the DevTools tests is performed in flutter_devtools.test. - -# Reduce number of iterations to 1 since analysis will not change with more iterations. -iterations=1