Unverified Commit 5d91d048 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

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

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