Skip to content

Commit

Permalink
Reverts "Add tests for form_text_field.1.dart (#150481)" (#150696)
Browse files Browse the repository at this point in the history
Reverts: flutter/flutter#150481
Initiated by: cbracken
Reason for reverting: Surprisingly, the following test seems to be consistently failing on Windows after the addition of this test:
```
flutter/packages/flutter/test/widgets/sliver_tree_test.dart: .toggleNodeWith, onNodeToggle
```
Original PR Author: ValentinVignal

Reviewed By: {TahaTesser, bleroux}

This change reverts the following previous change:
Contributes to flutter/flutter#130459

It adds a test for
- `examples/api/lib/material/text_form_field/text_form_field.1.dart`
  • Loading branch information
auto-submit[bot] authored Jun 24, 2024
1 parent 27b9616 commit 70e9b41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 58 deletions.
1 change: 1 addition & 0 deletions dev/bots/check_code_samples.dart
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ final Set<String> _knownMissingTests = <String>{
'examples/api/test/material/flexible_space_bar/flexible_space_bar.0_test.dart',
'examples/api/test/material/chip/deletable_chip_attributes.on_deleted.0_test.dart',
'examples/api/test/material/expansion_panel/expansion_panel_list.expansion_panel_list_radio.0_test.dart',
'examples/api/test/material/text_form_field/text_form_field.1_test.dart',
'examples/api/test/material/scrollbar/scrollbar.1_test.dart',
'examples/api/test/material/search_anchor/search_anchor.0_test.dart',
'examples/api/test/material/search_anchor/search_anchor.1_test.dart',
Expand Down

This file was deleted.

0 comments on commit 70e9b41

Please sign in to comment.