Skip to content

Tests with @TestOn('browser') are not executed by bots #3616

Description

@polina-c

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: #2437

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions