Commit 4773a8cd authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Re-enable test since underlying issue is fixed (#10008)

parent 292abf72
...@@ -34,5 +34,5 @@ void main() { ...@@ -34,5 +34,5 @@ void main() {
await tester.pump(); await tester.pump();
await tester.tap(find.text('Vary font sizes')); await tester.tap(find.text('Vary font sizes'));
await tester.pump(); await tester.pump();
}, skip: true); // https://github.com/dart-lang/sdk/issues/29230 });
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment