Skip to content

Commit be84928

Browse files
bkonyivictoreronmosele
authored andcommitted
Re-enable flutter_devtools.test and flutter_devtools_analysis.test (flutter#440)
Fixes flutter/flutter#160247
1 parent ee3bf63 commit be84928

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

registry/flutter_devtools.test.disabled registry/flutter_devtools.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
77
# NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test.
88
# The analysis and testing for DevTools have been split into two different
99
# registry to speed up performance.
10-
fetch=git -c core.longPaths=true -C tests checkout c5c0673adf7bb7706e5de091bee5aa3f1fc3a699
10+
fetch=git -c core.longPaths=true -C tests checkout f7a9352d86dd28bc89bb8867278817ec54fdcf88
1111

1212
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt
1313

registry/flutter_devtools_analysis.test.disabled registry/flutter_devtools_analysis.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
77
# NOTE: this commit hash should also match the hash in flutter_devtools.test.
88
# The analysis and testing for DevTools have been split into two different
99
# registry to speed up performance.
10-
fetch=git -c core.longPaths=true -C tests checkout c5c0673adf7bb7706e5de091bee5aa3f1fc3a699
10+
fetch=git -c core.longPaths=true -C tests checkout f7a9352d86dd28bc89bb8867278817ec54fdcf88
1111

1212
# Mock generation required. Otherwise the test code will show analysis errors.
1313
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt

0 commit comments

Comments
 (0)