Does anyone know the Maven way to run a specific unit test with Beam? I've
tried:
mvn -Dtest=org.apache.beam.sdk.transforms.RegexTest -DfailIfNoTests=false
-Dgroups="org.apache.beam.sdk.testing.NeedsRunner" -pl
org.apache.beam:beam-sdks-java-core test

The test still doesn't run. Does anyone know what I'm missing?

Thanks,

Jesse

Reply via email to