mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Disable widget inspector scroll test (#29403)
This commit is contained in:
parent
a29906d5f5
commit
73fb457cae
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user