I added this test and the bots passed: ``` @TestOn('browser') import 'package:flutter_test/flutter_test.dart'; void main() { test('I must fail', () async { expect(1, 2); }); } ``` We need to migrate all tests with this annotation. Related issue: https://github.com/flutter/devtools/issues/2437
I added this test and the bots passed:
We need to migrate all tests with this annotation.
Related issue: #2437