Unverified Commit d676d254 authored by Yuqian Li's avatar Yuqian Li Committed by GitHub

Remove flaky non-e2e test (#73986)

parent 5b43282c
// Copyright 2014 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import 'package:flutter_devicelab/tasks/perf_tests.dart';
import 'package:flutter_devicelab/framework/adb.dart';
import 'package:flutter_devicelab/framework/framework.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.android;
await task(createsMultiWidgetConstructPerfTest());
}
......@@ -342,12 +342,6 @@
"task_name": "linux_multi_widget_construction_perf__e2e_summary",
"flaky": false
},
{
"name": "Linux multi_widget_construction_perf__timeline_summary",
"repo": "flutter",
"task_name": "linux_multi_widget_construction_perf__timeline_summary",
"flaky": true
},
{
"name": "Linux new_gallery__crane_perf",
"repo": "flutter",
......
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