Stop running RunnableOnService tests in the Core SDK

With the direct runner executing all of this category (in
runners/direct-java), we maintain this test coverage without running
these tests while building the Core SDK.

Required to remove the legacy direct runner.


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/e406949e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/e406949e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/e406949e

Branch: refs/heads/master
Commit: e406949eea82c705343736d7fc685182ddd96921
Parents: 113e257
Author: Thomas Groh <tg...@google.com>
Authored: Thu May 12 10:08:33 2016 -0700
Committer: Thomas Groh <tg...@google.com>
Committed: Thu May 12 10:10:06 2016 -0700

----------------------------------------------------------------------
 sdks/java/core/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/e406949e/sdks/java/core/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/core/pom.xml b/sdks/java/core/pom.xml
index 07fd0b1..aa7edb5 100644
--- a/sdks/java/core/pom.xml
+++ b/sdks/java/core/pom.xml
@@ -126,6 +126,16 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludedGroups>
+            org.apache.beam.sdk.testing.RunnableOnService
+          </excludedGroups>
+        </configuration>
+      </plugin>
+
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>

Reply via email to