Unverified Commit b74b9603 authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

Skip Dialog interaction test (#29385)

parent 8d5cb658
......@@ -130,7 +130,7 @@ void main() {
await tester.pumpWidget(Container());
expect(tester.testTextInput.isVisible, isFalse);
});
}, skip: true); // https://github.com/flutter/flutter/issues/29384.
testWidgets('Focus triggers keep-alive', (WidgetTester tester) async {
final FocusNode focusNode = FocusNode();
......
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