Disable widget inspector scroll test (#29403)

This commit is contained in:
Jonah Williams
2019-03-14 23:51:18 -07:00
committed by GitHub
parent a29906d5f5
commit 73fb457cae

View File

@@ -440,7 +440,7 @@ class TestWidgetInspectorService extends Object with WidgetInspectorService {
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;