Unverified Commit 73fb457c authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Disable widget inspector scroll test (#29403)

parent a29906d5
......@@ -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;
......
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