Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterized classes are always appended to test run #1234

Closed
pawelpasterz opened this issue Oct 12, 2020 · 0 comments · Fixed by #1233
Closed

Parameterized classes are always appended to test run #1234

pawelpasterz opened this issue Oct 12, 2020 · 0 comments · Fixed by #1233
Assignees

Comments

@pawelpasterz
Copy link
Contributor

Describe the bug

A clear and concise description of what the bug is.

Parameterized classes are always appended to the list of test methods to run

To Reproduce

Steps to reproduce the behavior:

  1. Create test apk with at least 3 classes -- A,B and C
  2. C is a parameterized class
  3. Start flank fun with config :
    gcloud:
      app: ~/app-debug.apk
      test: ~/app-multiple-success-debug-androidTest.apk
      test-targets:
        - class foo.bar.A
    
  4. Tests from parameterized class are added to list of tests to run

Expected behavior

A clear and concise description of what you expected to happen.

Only tests from A should be launched

Details (please complete the following information):

Have you tested on the latest Flank snapshot?

Post the output of flank --version.

Current snapshot

Additional context

Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

1 participant