Unverified Commit 8caf4d44 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Manually close the tree (#78991)

parent a2f5b18e
......@@ -10,4 +10,6 @@ import 'package:flutter_devicelab/tasks/microbenchmarks.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.ios;
await task(createMicrobenchmarkTask());
// TODO(jmagman): https://github.com/flutter/flutter/issues/78917
throw Exception('Tree closed, see https://github.com/flutter/flutter/issues/78917');
}
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