Disable foundation tests (#40200)

This commit is contained in:
Emmanuel Garcia 2019-09-10 19:01:12 -07:00 committed by GitHub
parent 8504f3ae13
commit 1676b012e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -463,8 +463,8 @@ Future<void> _runTests() async {
Future<void> _runWebTests() async {
// TODO(yjbanov): re-enable when web test cirrus flakiness is resolved
await _runFlutterWebTest(path.join(flutterRoot, 'packages', 'flutter'), tests: <String>[
'test/foundation/',
// TODO(yjbanov): re-enable when flakiness is resolved
// 'test/foundation/',
// 'test/physics/',
// 'test/rendering/',
// 'test/services/',