diff --git a/packages/flutter/test/material/dropdown_test.dart b/packages/flutter/test/material/dropdown_test.dart index 5977be711f..41c8a7b6fa 100644 --- a/packages/flutter/test/material/dropdown_test.dart +++ b/packages/flutter/test/material/dropdown_test.dart @@ -679,11 +679,6 @@ void main() { // this waits for the route's completer to complete, which calls handleChanged await tester.idle(); expect(value, 4); - - // TODO(abarth): Remove these calls to pump once navigator cleans up its - // pop transitions. - await tester.pump(); - await tester.pump(const Duration(seconds: 1)); // finish the menu animation }); for (final TextDirection textDirection in TextDirection.values) {