Skip to content

Commit

Permalink
Remove the unused non_nullable integration test suite. (flutter#163246
Browse files Browse the repository at this point in the history
)

We no longer support non-non_nullable, yay!
  • Loading branch information
matanlurey authored Feb 13, 2025
1 parent 4965b8f commit 058fbed
Show file tree
Hide file tree
Showing 72 changed files with 0 additions and 1,873 deletions.
1 change: 0 additions & 1 deletion dev/bots/suite_runners/run_framework_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ Future<void> frameworkTestsRunner() async {
await runFlutterTest(path.join(flutterRoot, 'packages', 'flutter_localizations'));
await runFlutterTest(path.join(flutterRoot, 'packages', 'flutter_test'));
await runFlutterTest(path.join(flutterRoot, 'packages', 'fuchsia_remote_debug_protocol'));
await runFlutterTest(path.join(flutterRoot, 'dev', 'integration_tests', 'non_nullable'));
const String httpClientWarning =
'Warning: At least one test in this suite creates an HttpClient. When running a test suite that uses\n'
'TestWidgetsFlutterBinding, all HTTP requests will return status code 400, and no network request\n'
Expand Down
1 change: 0 additions & 1 deletion dev/bots/test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ Future<void> _runBuildTests() async {
..add(
Directory(path.join(flutterRoot, 'dev', 'integration_tests', 'ios_app_with_extensions')),
)
..add(Directory(path.join(flutterRoot, 'dev', 'integration_tests', 'non_nullable')))
..add(Directory(path.join(flutterRoot, 'dev', 'integration_tests', 'platform_interaction')))
..add(Directory(path.join(flutterRoot, 'dev', 'integration_tests', 'spell_check')))
..add(Directory(path.join(flutterRoot, 'dev', 'integration_tests', 'ui')));
Expand Down
3 changes: 0 additions & 3 deletions dev/bots/test/analyze-test-input/ktlint-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
<file name="dev/integration_tests/deferred_components_test/android/app/src/main/kotlin/io/flutter/integration/deferred_components_test/MainActivity.kt">
<error line="1" column="9" source="standard:package-name" />
</file>
<file name="dev/integration_tests/non_nullable/android/app/src/main/kotlin/com/example/non_nullable/MainActivity.kt">
<error line="1" column="9" source="standard:package-name" />
</file>
<file name="dev/integration_tests/spell_check/android/app/src/main/kotlin/com/example/sc_int_test/MainActivity.kt">
<error line="1" column="9" source="standard:package-name" />
</file>
Expand Down
44 changes: 0 additions & 44 deletions dev/integration_tests/non_nullable/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions dev/integration_tests/non_nullable/android/.gitignore

This file was deleted.

79 changes: 0 additions & 79 deletions dev/integration_tests/non_nullable/android/app/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

34 changes: 0 additions & 34 deletions dev/integration_tests/non_nullable/android/build.gradle

This file was deleted.

Loading

0 comments on commit 058fbed

Please sign in to comment.