disable widgets and material (#34739)

This commit is contained in:
Jonah Williams 2019-06-19 15:51:31 -07:00 committed by GitHub
parent f221ad1f92
commit 449d4b1ee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,9 +348,11 @@ Future<void> _runWebTests() async {
'test/services/',
'test/painting/',
'test/scheduler/',
'test/widgets/',
'test/semantics/',
'test/material/',
// TODO(flutterweb): re-enable when instabiliy around pumpAndSettle is
// resolved.
// 'test/widgets/',
// 'test/material/',
]);
}