Remove flaky non-e2e test (#73986)

This commit is contained in:
Yuqian Li 2021-01-14 17:46:14 -08:00 committed by GitHub
parent 5b43282c2b
commit d676d2544c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 18 deletions

View File

@ -1,12 +0,0 @@
// 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());
}

View File

@ -342,12 +342,6 @@
"task_name": "linux_multi_widget_construction_perf__e2e_summary", "task_name": "linux_multi_widget_construction_perf__e2e_summary",
"flaky": false "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", "name": "Linux new_gallery__crane_perf",
"repo": "flutter", "repo": "flutter",