Skip to content

Commit 449d4b1

Browse files
disable widgets and material (flutter#34739)
1 parent f221ad1 commit 449d4b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dev/bots/test.dart

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,11 @@ Future<void> _runWebTests() async {
348348
'test/services/',
349349
'test/painting/',
350350
'test/scheduler/',
351-
'test/widgets/',
352351
'test/semantics/',
353-
'test/material/',
352+
// TODO(flutterweb): re-enable when instabiliy around pumpAndSettle is
353+
// resolved.
354+
// 'test/widgets/',
355+
// 'test/material/',
354356
]);
355357
}
356358

0 commit comments

Comments
 (0)