Unskip a widget inspector test that doesn't seem flaky anymore. (#62824)

This commit is contained in:
Ian Hickson 2020-08-08 15:31:04 -07:00 committed by GitHub
parent d6583db828
commit 5d91d0484c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -427,7 +427,7 @@ class _TestWidgetInspectorService extends TestWidgetInspectorService {
await tester.pump();
expect(tester.getTopLeft(find.byKey(childKey)).dy, equals(0.0));
}, skip: true); // https://github.com/flutter/flutter/issues/29108
});
testWidgets('WidgetInspector long press', (WidgetTester tester) async {
bool didLongPress = false;