You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running a JUnit parameterized test from the gutter icon in IntelliJ, the AWS Toolkit run configuration overrides the run options and prevents running the test this way.
This is extremely similar to to #1011, but interestingly when I add a second param, the issue goes away.
To reproduce
Create a JUnit test with a parameter
Click the run icon in the gutter
Click run
Expected behavior
This shouldn't happen
Screenshots
(not dependent on @ParameterizedTest or @ ValueSource annotations to recreate)
Your Environment
OS: macOS 12.1
JetBrains product: IntelliJ
JetBrains product version: 2021.3.1
AWS Toolkit version: 1.38-213
SAM CLI version: n/a
JVM/Python version: 11
The text was updated successfully, but these errors were encountered:
Describe the bug
When running a JUnit parameterized test from the gutter icon in IntelliJ, the AWS Toolkit run configuration overrides the run options and prevents running the test this way.
This is extremely similar to to #1011, but interestingly when I add a second param, the issue goes away.
To reproduce
Expected behavior
This shouldn't happen
Screenshots
(not dependent on @ParameterizedTest or @ ValueSource annotations to recreate)
Your Environment
The text was updated successfully, but these errors were encountered: