Disable widget inspector scroll test (#29403)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user