Remove more flaky non-e2e tests (#74062)

Fixes https://github.com/flutter/flutter/issues/73873
This commit is contained in:
Yuqian Li 2021-01-15 13:22:26 -08:00 committed by GitHub
parent afe790775b
commit c4114a7527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 37 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/framework/adb.dart';
import 'package:flutter_devicelab/framework/framework.dart';
import 'package:flutter_devicelab/tasks/perf_tests.dart';
Future<void> main() async {
deviceOperatingSystem = DeviceOperatingSystem.android;
await task(createAnimatedPlaceholderPerfTest());
}

View File

@ -172,16 +172,6 @@ TaskFunction createSimpleAnimationPerfTest({bool measureCpuGpu = true}) {
).run;
}
TaskFunction createAnimatedPlaceholderPerfTest({bool measureCpuGpu = true}) {
return PerfTest(
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
'test_driver/run_app.dart',
'animated_placeholder_perf',
measureCpuGpu: measureCpuGpu,
testDriver: 'test_driver/animated_placeholder_perf_test.dart',
).run;
}
TaskFunction createAnimatedPlaceholderPerfE2ETest() {
return PerfTest.e2e(
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
@ -334,15 +324,6 @@ TaskFunction createImageFilteredTransformAnimationPerfTest() {
).run;
}
TaskFunction createsMultiWidgetConstructPerfTest() {
return PerfTest(
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
'test_driver/run_app.dart',
'multi_widget_construction_perf',
testDriver: 'test_driver/multi_widget_construction_perf_test.dart',
).run;
}
TaskFunction createsMultiWidgetConstructPerfE2ETest() {
return PerfTest.e2e(
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',

View File

@ -36,12 +36,6 @@
"task_name": "linux_animated_placeholder_perf__e2e_summary",
"flaky": false
},
{
"name": "Linux animated_placeholder_perf",
"repo": "flutter",
"task_name": "linux_animated_placeholder_perf",
"flaky": true
},
{
"name": "Linux backdrop_filter_perf__e2e_summary",
"repo": "flutter",