Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Disable benchmarks test #464

Merged
merged 2 commits into from
Mar 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/benchmarks_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ Future<void> main() async {
test('Can run a web benchmark', () async {
print('Starting web benchmark tests ...');

// TODO: re-enable this test (https://github.com/flutter/gallery/issues/463)
return;
// ignore: dead_code
final taskResult = await serveWebBenchmark(
benchmarkAppDirectory: projectRootDirectory(),
entryPoint: 'test/benchmarks/client.dart',
Expand Down