Unverified Commit 0df3ec6b authored by Dan Field's avatar Dan Field Committed by GitHub

Remove obsolete TOODs (#33554)

parent 7d3ff775
......@@ -305,25 +305,6 @@ tasks:
stage: devicelab
required_agent_capabilities: ["linux/android"]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# gradle_plugin_test:
# description: >
# Verifies that the Flutter Gradle plugin supports standard and custom Android build types.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# plugin_test:
# description: >
# Checks that the project template works and supports plugins.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# module_test:
# description: >
# Checks that the module project template works and supports add2app on Android.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
flutter_gallery_instrumentation_test:
description: >
Same as flutter_gallery__transition_perf but uses Android instrumentation
......@@ -344,25 +325,6 @@ tasks:
stage: devicelab
required_agent_capabilities: ["linux/android"]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# flutter_create_offline_test_linux:
# description: >
# Tests the `flutter create --offline` command.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
# flutter_create_offline_test_windows:
# description: >
# Tests the `flutter create --offline` command.
# stage: devicelab
# required_agent_capabilities: ["windows/android"]
# flutter_create_offline_test_mac:
# description: >
# Tests the `flutter create --offline` command.
# stage: devicelab
# required_agent_capabilities: ["mac/android"]
# iOS on-device tests
flavors_test_ios:
......@@ -371,19 +333,6 @@ tasks:
stage: devicelab_ios
required_agent_capabilities: ["mac/ios"]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# plugin_test_ios:
# description: >
# Checks that the project template works and supports plugins on iOS.
# stage: devicelab_ios
# required_agent_capabilities: ["mac/ios"]
# module_test_ios:
# description: >
# Checks that the module project template works and supports add2app on iOS.
# stage: devicelab
# required_agent_capabilities: ["mac/ios"]
external_ui_integration_test_ios:
description: >
Checks that external UIs work on iOS.
......@@ -514,13 +463,6 @@ tasks:
stage: devicelab
required_agent_capabilities: ["linux/android"]
# TODO(dnfield): Remove these once we're confident it's all working on cirrus
# dartdocs:
# description: >
# Tracks how many members are still lacking documentation.
# stage: devicelab
# required_agent_capabilities: ["linux/android"]
flutter_test_performance:
description: >
Measures performance of running flutter test.
......
......@@ -57,8 +57,6 @@ Future<void> generateDocs(String url, String docName, String checkFile) async {
output.createSync(recursive: true);
for (ArchiveFile af in archive) {
// TODO(dnfield): Archive changed their API so that isFile now returns true
// for directories.
if (!af.name.endsWith('/')) {
final File file = File('${output.path}/${af.name}');
file.createSync(recursive: true);
......
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