amoro
amoro copied to clipboard
[Bug]: JUnit 4 tests are skipped without warning
What happened?
JUnit 4 tests are skipped without warning
Affects Versions
master
What table formats are you seeing the problem on?
No response
What engines are you seeing the problem on?
No response
How to reproduce
The test class TestServerCatalog is annotated with JUnit 4 annotations. When attempting to execute this specific test via the Maven command line, the test is unexpectedly skipped or ignored.
./mvnw clean test -pl amoro-ams --also-make -Djacoco.flink.skip=true -B -ntp -Phadoop2 -Pjava8 -Dtest=TestServerCatalog -Pskip-dashboard-build
Anything else
No response
Are you willing to submit a PR?
- [x] Yes I am willing to submit a PR!
Code of Conduct
- [x] I agree to follow this project's Code of Conduct