I've noticed that when I run "mvn verify", most of the time when I look at the screen it's running Python tests.
Indeed, the Reactor Summary says: ... [INFO] Apache Beam :: SDKs :: Python ...................... SUCCESS [11:56 min] ... [INFO] Total time: 12:03 min (Wall Clock) i.e. it's clearly on the critical path. The longest other project is 02:17min (Runners::Spark). Are our .pom files customizable with an option to run only Java tests? (or, respectively, only Python tests) Thanks.
