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

This commit is contained in:
Ian Hickson
2017-05-12 15:51:13 -07:00
committed by GitHub
parent 292abf7223
commit 4773a8cd4b

View File

@@ -34,5 +34,5 @@ void main() {
await tester.pump();
await tester.tap(find.text('Vary font sizes'));
await tester.pump();
}, skip: true); // https://github.com/dart-lang/sdk/issues/29230
});
}