-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Re-enable DevTools tests (#432)"
This reverts commit 2cac713.
- Loading branch information
Showing
3 changed files
with
2 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
flutter | ||
logs/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,7 @@ | |
[email protected] | ||
|
||
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. | ||
|
This file was deleted.
Oops, something went wrong.