Unverified Commit 7feddfde authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

make sure this test doesnt run for real (#34199)

parent d850d69c
......@@ -35,7 +35,11 @@ class TestBinding extends LiveTestWidgetsFlutterBinding {
}
void main() {
final TestBinding binding = TestBinding();
TestBinding binding;
setUp(() {
binding = TestBinding();
});
test('test pumpBenchmark() only runs one frame', () async {
await benchmarkWidgets((WidgetTester tester) async {
......
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