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

Need to skip listing tests from specific folder #1163

Closed
tigerinus opened this issue Mar 25, 2021 · 3 comments
Closed

Need to skip listing tests from specific folder #1163

tigerinus opened this issue Mar 25, 2021 · 3 comments

Comments

@tigerinus
Copy link

The issue described in #464 seems to be exactly what I am looking for.

I want the Test Explorer to list only unit tests (src/test/java) and exclude all my integration tests (src/integration-test/java).

Is there such setting?

Thanks!

@jdneo
Copy link
Member

jdneo commented Mar 26, 2021

There is a workaround to achieve this.

Open the .classpath file, find the entry src/integration-test/java and then remove <attribute name="test" value="true"/>

@tigerinus
Copy link
Author

There is a workaround to achieve this.

Open the .classpath file, find the entry src/integration-test/java and then remove <attribute name="test" value="true"/>

I am afraid this workaround does not persist. For a complicated project, occasionally we need to delete .classpath file to resolve some weird class missing issue. It'd be nice to have something that persists.

@jdneo
Copy link
Member

jdneo commented Nov 15, 2021

Close this and track the issue at #464

Thanks for reporting this to us. Your voice will definitely help us prioritize the tasks.

@jdneo jdneo closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants