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

Remove more flaky non-e2e tests (#74062)

Fixes https://github.com/flutter/flutter/issues/73873
parent afe79077
// 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());
}
......@@ -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',
......
......@@ -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",
......
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