mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Skip Dialog interaction test (#29385)
This commit is contained in:
parent
8d5cb658fb
commit
b74b960356
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user