mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove more flaky non-e2e tests (#74062)
Fixes https://github.com/flutter/flutter/issues/73873
This commit is contained in:
parent
afe790775b
commit
c4114a7527
@ -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());
|
|
||||||
}
|
|
@ -172,16 +172,6 @@ TaskFunction createSimpleAnimationPerfTest({bool measureCpuGpu = true}) {
|
|||||||
).run;
|
).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() {
|
TaskFunction createAnimatedPlaceholderPerfE2ETest() {
|
||||||
return PerfTest.e2e(
|
return PerfTest.e2e(
|
||||||
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
|
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
|
||||||
@ -334,15 +324,6 @@ TaskFunction createImageFilteredTransformAnimationPerfTest() {
|
|||||||
).run;
|
).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() {
|
TaskFunction createsMultiWidgetConstructPerfE2ETest() {
|
||||||
return PerfTest.e2e(
|
return PerfTest.e2e(
|
||||||
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
|
'${flutterDirectory.path}/dev/benchmarks/macrobenchmarks',
|
||||||
|
@ -36,12 +36,6 @@
|
|||||||
"task_name": "linux_animated_placeholder_perf__e2e_summary",
|
"task_name": "linux_animated_placeholder_perf__e2e_summary",
|
||||||
"flaky": false
|
"flaky": false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Linux animated_placeholder_perf",
|
|
||||||
"repo": "flutter",
|
|
||||||
"task_name": "linux_animated_placeholder_perf",
|
|
||||||
"flaky": true
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Linux backdrop_filter_perf__e2e_summary",
|
"name": "Linux backdrop_filter_perf__e2e_summary",
|
||||||
"repo": "flutter",
|
"repo": "flutter",
|
||||||
|
Loading…
Reference in New Issue
Block a user