Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1376#discussion_r45221988 --- Diff: flink-libraries/flink-python/pom.xml --- @@ -48,6 +48,14 @@ under the License. </archive> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.17</version><!--$NO-MVN-MAN-VER$--> + <configuration> + <forkCount>1</forkCount> --- End diff -- uhh...i think something broke otherwise. Let me try it real quick and see what happens.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---