Skip to content

Commit 17089a1

Browse files
authored
Temporarily skip benchmark tests (#9676)
1 parent eedb854 commit 17089a1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/devtools_app/benchmark/devtools_benchmarks_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ void main() {
4444
},
4545
timeout: const Timeout(Duration(minutes: 15)),
4646
retry: 0,
47+
// TODO(elliette): Re-enable once flakiness is addressed.
48+
skip: 'https://github.com/flutter/devtools/issues/9674',
4749
);
4850
}
4951
}

0 commit comments

Comments
 (0)