From 1676b012e85a5bb60dd3da015a0735a2e1ce3c50 Mon Sep 17 00:00:00 2001 From: Emmanuel Garcia Date: Tue, 10 Sep 2019 19:01:12 -0700 Subject: [PATCH] Disable foundation tests (#40200) --- dev/bots/test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 27cbde9f959..550c13a0d12 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -463,8 +463,8 @@ Future _runTests() async { Future _runWebTests() async { // TODO(yjbanov): re-enable when web test cirrus flakiness is resolved await _runFlutterWebTest(path.join(flutterRoot, 'packages', 'flutter'), tests: [ - 'test/foundation/', // TODO(yjbanov): re-enable when flakiness is resolved + // 'test/foundation/', // 'test/physics/', // 'test/rendering/', // 'test/services/',