Hi folks.
Do I have to prepare the env to run the tests within UT source code?
I'm doing:
mvn test -Pproxy -Dtest=LoadBalancingProxyHTTP2TestCase -DfailIfNoTests=false
But it's skipping all the tests in that class. Even if I don't specify the class (drop -Dtest=...) those tests are still being skipped. I also tried without -Pproxy as well, same result.
I noticed that in CI those tests run fine, so, I'm suspecting I'm doing something wrong (or missing some step) in my env.
Any help is appreciated.